Color Hex Logo

#de509e Color Hex

#DE509E
(222,80,158)
0 Favorites   0 Comments

Color spaces of #de509e

RGB 22280158
HSL0.910.680.59
HSV327°64°87°
CMYK 0.000.640.29   0.13
XYZ39.164423.735534.8650
Yxy23.73550.40060.2428
Hunter Lab48.719158.2345-8.3265
CIE-Lab55.822062.4893-12.9964

#de509e color RGB value is (222,80,158).

#de509e hex color red value is 222, green value is 80 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #de509e hue: 0.91 , saturation: 0.68 and the lightness value of de509e is 0.59.

The process color (four color CMYK) of #de509e color hex is 0.00, 0.64, 0.29, 0.13. Web safe color of #de509e is #cc6699. Color #de509e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010000 10011110
Octal 336 120 236
Decimal 222 80 158
Hex DE 50 9E

RGB Percentages of Color #de509e

%48.26
%17.39
%34.35

CMYK Percentages of Color #de509e

%0
%64
%29
%13

Triadic Colors of #de509e

#de509e #9ede50 #509ede

Analogous Colors of #de509e

#de509e #de5057 #d750de

Monochromatic Colors of #de509e

#de509e

Complementary Color

#de509e #50de90

#de509e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de509e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de509e Color CSS Codes

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

#de509e Text Font Color

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

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


#de509e Background Color

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

This div background color is #de509e


#de509e Border Color

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

This div border color is #de509e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de509e


Comments

No comments written yet.

Please login to write comment.