Color Hex Logo

#e81caa Color Hex

#E81CAA
(232,28,170)
0 Favorites   0 Comments

Color spaces of #e81caa

RGB 23228170
HSL0.880.820.51
HSV318°88°91°
CMYK 0.000.880.27   0.09
XYZ40.949720.888639.9038
Yxy20.88860.40250.2053
Hunter Lab45.704079.9495-19.7727
CIE-Lab52.827480.9670-24.4569

#e81caa color RGB value is (232,28,170).

#e81caa hex color red value is 232, green value is 28 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e81caa hue: 0.88 , saturation: 0.82 and the lightness value of e81caa is 0.51.

The process color (four color CMYK) of #e81caa color hex is 0.00, 0.88, 0.27, 0.09. Web safe color of #e81caa is #ff3399. Color #e81caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00011100 10101010
Octal 350 34 252
Decimal 232 28 170
Hex E8 1C AA

RGB Percentages of Color #e81caa

%53.95
%6.51
%39.53

CMYK Percentages of Color #e81caa

%0
%88
%27
%9

Triadic Colors of #e81caa

#e81caa #aae81c #1caae8

Analogous Colors of #e81caa

#e81caa #e81c44 #c01ce8

Monochromatic Colors of #e81caa

#e81caa

Complementary Color

#e81caa #1ce85a

#e81caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e81caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e81caa Color CSS Codes

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

#e81caa Text Font Color

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

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


#e81caa Background Color

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

This div background color is #e81caa


#e81caa Border Color

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

This div border color is #e81caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e81caa


Comments

No comments written yet.

Please login to write comment.