Color Hex Logo

#de9bbd Color Hex

#DE9BBD
(222,155,189)
0 Favorites   0 Comments

Color spaces of #de9bbd

RGB 222155189
HSL0.920.500.74
HSV330°30°87°
CMYK 0.000.300.15   0.13
XYZ51.030942.646453.6861
Yxy42.64640.34630.2894
Hunter Lab65.304225.2035-3.0289
CIE-Lab71.314330.0276-7.4606

#de9bbd color RGB value is (222,155,189).

#de9bbd hex color red value is 222, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #de9bbd hue: 0.92 , saturation: 0.50 and the lightness value of de9bbd is 0.74.

The process color (four color CMYK) of #de9bbd color hex is 0.00, 0.30, 0.15, 0.13. Web safe color of #de9bbd is #cc99cc. Color #de9bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011011 10111101
Octal 336 233 275
Decimal 222 155 189
Hex DE 9B BD

RGB Percentages of Color #de9bbd

%39.22
%27.39
%33.39

CMYK Percentages of Color #de9bbd

%0
%30
%15
%13

Triadic Colors of #de9bbd

#de9bbd #bdde9b #9bbdde

Analogous Colors of #de9bbd

#de9bbd #de9b9c #de9bde

Monochromatic Colors of #de9bbd

#de9bbd

Complementary Color

#de9bbd #9bdebc

#de9bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9bbd Color CSS Codes

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

#de9bbd Text Font Color

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

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


#de9bbd Background Color

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

This div background color is #de9bbd


#de9bbd Border Color

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

This div border color is #de9bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9bbd


Comments

No comments written yet.

Please login to write comment.