Color Hex Logo

#de0589 Color Hex

#DE0589
(222,5,137)
0 Favorites   0 Comments

Color spaces of #de0589

RGB 2225137
HSL0.900.960.45
HSV324°98°87°
CMYK 0.000.980.38   0.13
XYZ34.693817.444325.2054
Yxy17.44430.44860.2255
Hunter Lab41.766475.1823-6.5442
CIE-Lab48.815077.9589-11.0526

#de0589 color RGB value is (222,5,137).

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

The process color (four color CMYK) of #de0589 color hex is 0.00, 0.98, 0.38, 0.13. Web safe color of #de0589 is #cc0099. Color #de0589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000101 10001001
Octal 336 5 211
Decimal 222 5 137
Hex DE 5 89

RGB Percentages of Color #de0589

%60.99
%1.37
%37.64

CMYK Percentages of Color #de0589

%0
%98
%38
%13

Triadic Colors of #de0589

#de0589 #89de05 #0589de

Analogous Colors of #de0589

#de0589 #de051d #c705de

Monochromatic Colors of #de0589

#de0589

Complementary Color

#de0589 #05de5a

#de0589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de0589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de0589 Color CSS Codes

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

#de0589 Text Font Color

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

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


#de0589 Background Color

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

This div background color is #de0589


#de0589 Border Color

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

This div border color is #de0589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de0589


Comments

No comments written yet.

Please login to write comment.