Color Hex Logo

#de09ad Color Hex

#DE09AD
(222,9,173)
0 Favorites   0 Comments

Color spaces of #de09ad

RGB 2229173
HSL0.870.920.45
HSV314°96°87°
CMYK 0.000.960.22   0.13
XYZ37.764718.742141.1623
Yxy18.74210.38670.1919
Hunter Lab43.292179.9483-26.0686
CIE-Lab50.384181.4422-30.1585

#de09ad color RGB value is (222,9,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00001001 10101101
Octal 336 11 255
Decimal 222 9 173
Hex DE 9 AD

RGB Percentages of Color #de09ad

%54.95
%2.23
%42.82

CMYK Percentages of Color #de09ad

%0
%96
%22
%13

Triadic Colors of #de09ad

#de09ad #adde09 #09adde

Analogous Colors of #de09ad

#de09ad #de0943 #a509de

Monochromatic Colors of #de09ad

#de09ad

Complementary Color

#de09ad #09de3a

#de09ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de09ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de09ad Color CSS Codes

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

#de09ad Text Font Color

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

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


#de09ad Background Color

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

This div background color is #de09ad


#de09ad Border Color

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

This div border color is #de09ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de09ad


Comments

No comments written yet.

Please login to write comment.