Color Hex Logo

#de098e Color Hex

#DE098E
(222,9,142)
0 Favorites   0 Comments

Color spaces of #de098e

RGB 2229142
HSL0.900.920.45
HSV323°96°87°
CMYK 0.000.960.36   0.13
XYZ35.104417.678027.1532
Yxy17.67800.43920.2212
Hunter Lab42.045275.4541-8.8584
CIE-Lab49.103278.1210-13.6409

#de098e color RGB value is (222,9,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00001001 10001110
Octal 336 11 216
Decimal 222 9 142
Hex DE 9 8E

RGB Percentages of Color #de098e

%59.52
%2.41
%38.07

CMYK Percentages of Color #de098e

%0
%96
%36
%13

Triadic Colors of #de098e

#de098e #8ede09 #098ede

Analogous Colors of #de098e

#de098e #de0924 #c409de

Monochromatic Colors of #de098e

#de098e

Complementary Color

#de098e #09de59

#de098e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de098e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de098e Color CSS Codes

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

#de098e Text Font Color

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

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


#de098e Background Color

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

This div background color is #de098e


#de098e Border Color

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

This div border color is #de098e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de098e


Comments

No comments written yet.

Please login to write comment.