Color Hex Logo

#de09ab Color Hex

#DE09AB
(222,9,171)
0 Favorites   0 Comments

Color spaces of #de09ab

RGB 2229171
HSL0.870.920.45
HSV314°96°87°
CMYK 0.000.960.23   0.13
XYZ37.572618.665240.1505
Yxy18.66520.38980.1936
Hunter Lab43.203279.6306-24.8583
CIE-Lab50.293281.2098-29.1205

#de09ab color RGB value is (222,9,171).

#de09ab hex color red value is 222, green value is 9 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #de09ab hue: 0.87 , saturation: 0.92 and the lightness value of de09ab is 0.45.

The process color (four color CMYK) of #de09ab color hex is 0.00, 0.96, 0.23, 0.13. Web safe color of #de09ab is #cc0099. Color #de09ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00001001 10101011
Octal 336 11 253
Decimal 222 9 171
Hex DE 9 AB

RGB Percentages of Color #de09ab

%55.22
%2.24
%42.54

CMYK Percentages of Color #de09ab

%0
%96
%23
%13

Triadic Colors of #de09ab

#de09ab #abde09 #09abde

Analogous Colors of #de09ab

#de09ab #de0940 #a709de

Monochromatic Colors of #de09ab

#de09ab

Complementary Color

#de09ab #09de3c

#de09ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de09ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de09ab Color CSS Codes

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

#de09ab Text Font Color

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

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


#de09ab Background Color

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

This div background color is #de09ab


#de09ab Border Color

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

This div border color is #de09ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de09ab


Comments

No comments written yet.

Please login to write comment.