Color Hex Logo

#e509eb Color Hex

#E509EB
(229,9,235)
0 Favorites   0 Comments

Color spaces of #e509eb

RGB 2299235
HSL0.830.930.48
HSV298°96°92°
CMYK 0.030.960.00   0.08
XYZ47.406222.851580.5095
Yxy22.85150.31440.1516
Hunter Lab47.803293.3617-66.3931
CIE-Lab54.919090.8379-58.5788

#e509eb color RGB value is (229,9,235).

#e509eb hex color red value is 229, green value is 9 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e509eb hue: 0.83 , saturation: 0.93 and the lightness value of e509eb is 0.48.

The process color (four color CMYK) of #e509eb color hex is 0.03, 0.96, 0.00, 0.08. Web safe color of #e509eb is #cc00ff. Color #e509eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001001 11101011
Octal 345 11 353
Decimal 229 9 235
Hex E5 9 EB

RGB Percentages of Color #e509eb

%48.41
%1.90
%49.68

CMYK Percentages of Color #e509eb

%3
%96
%0
%8

Triadic Colors of #e509eb

#e509eb #ebe509 #09ebe5

Analogous Colors of #e509eb

#e509eb #eb0980 #7409eb

Monochromatic Colors of #e509eb

#e509eb

Complementary Color

#e509eb #0feb09

#e509eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e509eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e509eb Color CSS Codes

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

#e509eb Text Font Color

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

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


#e509eb Background Color

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

This div background color is #e509eb


#e509eb Border Color

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

This div border color is #e509eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e509eb


Comments

No comments written yet.

Please login to write comment.