Color Hex Logo

#de66ce Color Hex

#DE66CE
(222,102,206)
0 Favorites   0 Comments

Color spaces of #de66ce

RGB 222102206
HSL0.860.650.64
HSV308°54°87°
CMYK 0.000.540.07   0.13
XYZ46.016229.488661.6591
Yxy29.48860.33550.2150
Hunter Lab54.303456.2283-29.3088
CIE-Lab61.210459.8059-32.3446

#de66ce color RGB value is (222,102,206).

#de66ce hex color red value is 222, green value is 102 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #de66ce hue: 0.86 , saturation: 0.65 and the lightness value of de66ce is 0.64.

The process color (four color CMYK) of #de66ce color hex is 0.00, 0.54, 0.07, 0.13. Web safe color of #de66ce is #cc66cc. Color #de66ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100110 11001110
Octal 336 146 316
Decimal 222 102 206
Hex DE 66 CE

RGB Percentages of Color #de66ce

%41.89
%19.25
%38.87

CMYK Percentages of Color #de66ce

%0
%54
%7
%13

Triadic Colors of #de66ce

#de66ce #cede66 #66cede

Analogous Colors of #de66ce

#de66ce #de6692 #b266de

Monochromatic Colors of #de66ce

#de66ce

Complementary Color

#de66ce #66de76

#de66ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de66ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#de66ce Color CSS Codes

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

#de66ce Text Font Color

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

This sample text font color is #de66ce
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.


#de66ce Background Color

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

This div background color is #de66ce


#de66ce Border Color

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

This div border color is #de66ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de66ce


Comments

No comments written yet.

Please login to write comment.