Color Hex Logo

#de8dcb Color Hex

#DE8DCB
(222,141,203)
0 Favorites   0 Comments

Color spaces of #de8dcb

RGB 222141203
HSL0.870.550.71
HSV314°36°87°
CMYK 0.000.360.09   0.13
XYZ50.428638.891161.3488
Yxy38.89110.33470.2581
Hunter Lab62.362735.2063-14.6721
CIE-Lab68.672339.8105-19.2013

#de8dcb color RGB value is (222,141,203).

#de8dcb hex color red value is 222, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #de8dcb hue: 0.87 , saturation: 0.55 and the lightness value of de8dcb is 0.71.

The process color (four color CMYK) of #de8dcb color hex is 0.00, 0.36, 0.09, 0.13. Web safe color of #de8dcb is #cc99cc. Color #de8dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001101 11001011
Octal 336 215 313
Decimal 222 141 203
Hex DE 8D CB

RGB Percentages of Color #de8dcb

%39.22
%24.91
%35.87

CMYK Percentages of Color #de8dcb

%0
%36
%9
%13

Triadic Colors of #de8dcb

#de8dcb #cbde8d #8dcbde

Analogous Colors of #de8dcb

#de8dcb #de8da3 #c98dde

Monochromatic Colors of #de8dcb

#de8dcb

Complementary Color

#de8dcb #8ddea0

#de8dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8dcb Color CSS Codes

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

#de8dcb Text Font Color

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

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


#de8dcb Background Color

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

This div background color is #de8dcb


#de8dcb Border Color

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

This div border color is #de8dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8dcb


Comments

No comments written yet.

Please login to write comment.