Color Hex Logo

#de81ce Color Hex

#DE81CE
(222,129,206)
0 Favorites   0 Comments

Color spaces of #de81ce

RGB 222129206
HSL0.860.580.69
HSV310°42°87°
CMYK 0.000.420.07   0.13
XYZ49.115035.686362.6920
Yxy35.68630.33300.2420
Hunter Lab59.738042.2164-20.4052
CIE-Lab66.279546.5785-24.5237

#de81ce color RGB value is (222,129,206).

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

The process color (four color CMYK) of #de81ce color hex is 0.00, 0.42, 0.07, 0.13. Web safe color of #de81ce is #cc99cc. Color #de81ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000001 11001110
Octal 336 201 316
Decimal 222 129 206
Hex DE 81 CE

RGB Percentages of Color #de81ce

%39.86
%23.16
%36.98

CMYK Percentages of Color #de81ce

%0
%42
%7
%13

Triadic Colors of #de81ce

#de81ce #cede81 #81cede

Analogous Colors of #de81ce

#de81ce #de81a0 #c081de

Monochromatic Colors of #de81ce

#de81ce

Complementary Color

#de81ce #81de91

#de81ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de81ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#de81ce Color CSS Codes

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

#de81ce Text Font Color

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

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


#de81ce Background Color

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

This div background color is #de81ce


#de81ce Border Color

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

This div border color is #de81ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,129,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 #de81ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de81ce


Comments

No comments written yet.

Please login to write comment.