Color Hex Logo

#de8bdc Color Hex

#DE8BDC
(222,139,220)
0 Favorites   0 Comments

Color spaces of #de8bdc

RGB 222139220
HSL0.840.560.71
HSV301°37°87°
CMYK 0.000.370.01   0.13
XYZ52.275139.162172.5140
Yxy39.16210.31880.2389
Hunter Lab62.579639.5934-24.8964
CIE-Lab68.868543.8461-28.3311

#de8bdc color RGB value is (222,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001011 11011100
Octal 336 213 334
Decimal 222 139 220
Hex DE 8B DC

RGB Percentages of Color #de8bdc

%38.21
%23.92
%37.87

CMYK Percentages of Color #de8bdc

%0
%37
%1
%13

Triadic Colors of #de8bdc

#de8bdc #dcde8b #8bdcde

Analogous Colors of #de8bdc

#de8bdc #de8bb3 #b78bde

Monochromatic Colors of #de8bdc

#de8bdc

Complementary Color

#de8bdc #8bde8d

#de8bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8bdc Color CSS Codes

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

#de8bdc Text Font Color

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

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


#de8bdc Background Color

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

This div background color is #de8bdc


#de8bdc Border Color

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

This div border color is #de8bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8bdc


Comments

No comments written yet.

Please login to write comment.