Color Hex Logo

#de8bcb Color Hex

#DE8BCB
(222,139,203)
0 Favorites   0 Comments

Color spaces of #de8bcb

RGB 222139203
HSL0.870.560.71
HSV314°37°87°
CMYK 0.000.370.09   0.13
XYZ50.136338.306661.2514
Yxy38.30660.33490.2559
Hunter Lab61.892336.2836-15.3514
CIE-Lab68.246040.8645-19.8489

#de8bcb color RGB value is (222,139,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001011 11001011
Octal 336 213 313
Decimal 222 139 203
Hex DE 8B CB

RGB Percentages of Color #de8bcb

%39.36
%24.65
%35.99

CMYK Percentages of Color #de8bcb

%0
%37
%9
%13

Triadic Colors of #de8bcb

#de8bcb #cbde8b #8bcbde

Analogous Colors of #de8bcb

#de8bcb #de8ba2 #c88bde

Monochromatic Colors of #de8bcb

#de8bcb

Complementary Color

#de8bcb #8bde9e

#de8bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8bcb Color CSS Codes

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

#de8bcb Text Font Color

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

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


#de8bcb Background Color

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

This div background color is #de8bcb


#de8bcb Border Color

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

This div border color is #de8bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8bcb


Comments

No comments written yet.

Please login to write comment.