Color Hex Logo

#e509de Color Hex

#E509DE
(229,9,222)
0 Favorites   0 Comments

Color spaces of #e509de

RGB 2299222
HSL0.840.920.47
HSV302°96°90°
CMYK 0.000.960.03   0.10
XYZ45.595622.127370.9751
Yxy22.12730.32870.1595
Hunter Lab47.039790.7008-56.5311
CIE-Lab54.161888.9880-52.4432

#e509de color RGB value is (229,9,222).

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

The process color (four color CMYK) of #e509de color hex is 0.00, 0.96, 0.03, 0.10. Web safe color of #e509de is #cc00cc. Color #e509de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001001 11011110
Octal 345 11 336
Decimal 229 9 222
Hex E5 9 DE

RGB Percentages of Color #e509de

%49.78
%1.96
%48.26

CMYK Percentages of Color #e509de

%0
%96
%3
%10

Triadic Colors of #e509de

#e509de #dee509 #09dee5

Analogous Colors of #e509de

#e509de #e50970 #7e09e5

Monochromatic Colors of #e509de

#e509de

Complementary Color

#e509de #09e510

#e509de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e509de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e509de Color CSS Codes

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

#e509de Text Font Color

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

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


#e509de Background Color

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

This div background color is #e509de


#e509de Border Color

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

This div border color is #e509de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e509de


Comments

No comments written yet.

Please login to write comment.