Color Hex Logo

#de9bbb Color Hex

#DE9BBB
(222,155,187)
0 Favorites   0 Comments

Color spaces of #de9bbb

RGB 222155187
HSL0.920.500.74
HSV331°30°87°
CMYK 0.000.300.16   0.13
XYZ50.815242.560152.5504
Yxy42.56010.34820.2917
Hunter Lab65.238124.8704-2.0924
CIE-Lab71.255429.7083-6.4401

#de9bbb color RGB value is (222,155,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011011 10111011
Octal 336 233 273
Decimal 222 155 187
Hex DE 9B BB

RGB Percentages of Color #de9bbb

%39.36
%27.48
%33.16

CMYK Percentages of Color #de9bbb

%0
%30
%16
%13

Triadic Colors of #de9bbb

#de9bbb #bbde9b #9bbbde

Analogous Colors of #de9bbb

#de9bbb #de9d9b #de9bdd

Monochromatic Colors of #de9bbb

#de9bbb

Complementary Color

#de9bbb #9bdebe

#de9bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9bbb Color CSS Codes

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

#de9bbb Text Font Color

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

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


#de9bbb Background Color

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

This div background color is #de9bbb


#de9bbb Border Color

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

This div border color is #de9bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9bbb


Comments

No comments written yet.

Please login to write comment.