Color Hex Logo

#e813ed Color Hex

#E813ED
(232,19,237)
0 Favorites   0 Comments

Color spaces of #e813ed

RGB 23219237
HSL0.830.860.50
HSV299°92°93°
CMYK 0.020.920.00   0.07
XYZ48.797623.736082.1303
Yxy23.73600.31550.1535
Hunter Lab48.719693.5264-65.8459
CIE-Lab55.822590.7858-58.2267

#e813ed color RGB value is (232,19,237).

#e813ed hex color red value is 232, green value is 19 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e813ed hue: 0.83 , saturation: 0.86 and the lightness value of e813ed is 0.50.

The process color (four color CMYK) of #e813ed color hex is 0.02, 0.92, 0.00, 0.07. Web safe color of #e813ed is #ff00ff. Color #e813ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010011 11101101
Octal 350 23 355
Decimal 232 19 237
Hex E8 13 ED

RGB Percentages of Color #e813ed

%47.54
%3.89
%48.57

CMYK Percentages of Color #e813ed

%2
%92
%0
%7

Triadic Colors of #e813ed

#e813ed #ede813 #13ede8

Analogous Colors of #e813ed

#e813ed #ed1385 #7b13ed

Monochromatic Colors of #e813ed

#e813ed

Complementary Color

#e813ed #18ed13

#e813ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e813ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e813ed Color CSS Codes

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

#e813ed Text Font Color

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

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


#e813ed Background Color

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

This div background color is #e813ed


#e813ed Border Color

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

This div border color is #e813ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,19,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 #e813ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e813ed


Comments

No comments written yet.

Please login to write comment.