Color Hex Logo

#ce76de Color Hex

#CE76DE
(206,118,222)
0 Favorites   0 Comments

Color spaces of #ce76de

RGB 206118222
HSL0.810.610.67
HSV291°47°87°
CMYK 0.070.470.00   0.13
XYZ45.116831.352672.7810
Yxy31.35260.30230.2101
Hunter Lab55.993445.8383-37.8706
CIE-Lab62.804250.3616-39.0010

#ce76de color RGB value is (206,118,222).

#ce76de hex color red value is 206, green value is 118 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ce76de hue: 0.81 , saturation: 0.61 and the lightness value of ce76de is 0.67.

The process color (four color CMYK) of #ce76de color hex is 0.07, 0.47, 0.00, 0.13. Web safe color of #ce76de is #cc66cc. Color #ce76de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 11011110
Octal 316 166 336
Decimal 206 118 222
Hex CE 76 DE

RGB Percentages of Color #ce76de

%37.73
%21.61
%40.66

CMYK Percentages of Color #ce76de

%7
%47
%0
%13

Triadic Colors of #ce76de

#ce76de #dece76 #76dece

Analogous Colors of #ce76de

#ce76de #de76ba #9a76de

Monochromatic Colors of #ce76de

#ce76de

Complementary Color

#ce76de #86de76

#ce76de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce76de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce76de Color CSS Codes

.mybgcolor {background-color:#ce76de; } 
.myforecolor {color:#ce76de; }
.mybordercolor {border:3px solid #ce76de; }

#ce76de Text Font Color

<p style="color:#ce76de">Text here</p>

This sample text font color is #ce76de
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ce76de Background Color

<div style="background-color:#ce76de">
Div content here</div>

This div background color is #ce76de


#ce76de Border Color

<div style="border:3px solid #ce76de">
Div here</div>

This div border color is #ce76de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,118,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce76de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce76de;
  -webkit-box-shadow: 1px 1px 3px 2px #ce76de;
  box-shadow:         1px 1px 3px 2px #ce76de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,118,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ce76de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ce76de;
  -webkit-box-shadow: 1px 1px 3px 2px #ce76de;
  box-shadow:         1px 1px 3px 2px #ce76de;">
Div content here</div>

This div box has shadow with color #ce76de


Comments

No comments written yet.

Please login to write comment.