Color Hex Logo

#de009b Color Hex

#DE009B
(222,0,155)
0 Favorites   0 Comments

Color spaces of #de009b

RGB 2220155
HSL0.881.000.44
HSV318°100°87°
CMYK 0.001.000.30   0.13
XYZ36.040617.896232.5651
Yxy17.89620.41660.2069
Hunter Lab42.303978.0404-16.0281
CIE-Lab49.370080.1323-21.0433

#de009b color RGB value is (222,0,155).

#de009b hex color red value is 222, green value is 0 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #de009b hue: 0.88 , saturation: 1.00 and the lightness value of de009b is 0.44.

The process color (four color CMYK) of #de009b color hex is 0.00, 1.00, 0.30, 0.13. Web safe color of #de009b is #cc0099. Color #de009b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 10011011
Octal 336 0 233
Decimal 222 0 155
Hex DE 0 9B

RGB Percentages of Color #de009b

%58.89
%0.00
%41.11

CMYK Percentages of Color #de009b

%0
%100
%30
%13

Triadic Colors of #de009b

#de009b #9bde00 #009bde

Analogous Colors of #de009b

#de009b #de002c #b200de

Monochromatic Colors of #de009b

#de009b

Complementary Color

#de009b #00de43

#de009b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de009b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de009b Color CSS Codes

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

#de009b Text Font Color

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

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


#de009b Background Color

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

This div background color is #de009b


#de009b Border Color

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

This div border color is #de009b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de009b


Comments

No comments written yet.

Please login to write comment.