Color Hex Logo

#e51eed Color Hex

#E51EED
(229,30,237)
0 Favorites   0 Comments

Color spaces of #e51eed

RGB 22930237
HSL0.830.850.52
HSV298°87°93°
CMYK 0.030.870.00   0.07
XYZ48.063423.701082.1623
Yxy23.70100.31220.1540
Hunter Lab48.683791.0293-65.9838
CIE-Lab55.787288.9199-58.3112

#e51eed color RGB value is (229,30,237).

#e51eed hex color red value is 229, green value is 30 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e51eed hue: 0.83 , saturation: 0.85 and the lightness value of e51eed is 0.52.

The process color (four color CMYK) of #e51eed color hex is 0.03, 0.87, 0.00, 0.07. Web safe color of #e51eed is #cc33ff. Color #e51eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011110 11101101
Octal 345 36 355
Decimal 229 30 237
Hex E5 1E ED

RGB Percentages of Color #e51eed

%46.17
%6.05
%47.78

CMYK Percentages of Color #e51eed

%3
%87
%0
%7

Triadic Colors of #e51eed

#e51eed #ede51e #1eede5

Analogous Colors of #e51eed

#e51eed #ed1e8e #7e1eed

Monochromatic Colors of #e51eed

#e51eed

Complementary Color

#e51eed #26ed1e

#e51eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51eed Color CSS Codes

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

#e51eed Text Font Color

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

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


#e51eed Background Color

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

This div background color is #e51eed


#e51eed Border Color

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

This div border color is #e51eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51eed


Comments

No comments written yet.

Please login to write comment.