Color Hex Logo

#e813ae Color Hex

#E813AE
(232,19,174)
0 Favorites   0 Comments

Color spaces of #e813ae

RGB 23219174
HSL0.880.850.49
HSV316°92°91°
CMYK 0.000.920.25   0.09
XYZ41.151620.677541.8666
Yxy20.67750.39680.1994
Hunter Lab45.472581.9615-22.7576
CIE-Lab52.594782.5894-27.1672

#e813ae color RGB value is (232,19,174).

#e813ae hex color red value is 232, green value is 19 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e813ae hue: 0.88 , saturation: 0.85 and the lightness value of e813ae is 0.49.

The process color (four color CMYK) of #e813ae color hex is 0.00, 0.92, 0.25, 0.09. Web safe color of #e813ae is #ff0099. Color #e813ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010011 10101110
Octal 350 23 256
Decimal 232 19 174
Hex E8 13 AE

RGB Percentages of Color #e813ae

%54.59
%4.47
%40.94

CMYK Percentages of Color #e813ae

%0
%92
%25
%9

Triadic Colors of #e813ae

#e813ae #aee813 #13aee8

Analogous Colors of #e813ae

#e813ae #e81344 #b813e8

Monochromatic Colors of #e813ae

#e813ae

Complementary Color

#e813ae #13e84d

#e813ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e813ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e813ae Color CSS Codes

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

#e813ae Text Font Color

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

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


#e813ae Background Color

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

This div background color is #e813ae


#e813ae Border Color

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

This div border color is #e813ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,19,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e813ae


Comments

No comments written yet.

Please login to write comment.