Color Hex Logo

#e31cac Color Hex

#E31CAC
(227,28,172)
0 Favorites   0 Comments

Color spaces of #e31cac

RGB 22728172
HSL0.880.780.50
HSV317°88°89°
CMYK 0.000.880.24   0.11
XYZ39.540220.140040.8331
Yxy20.14000.39340.2004
Hunter Lab44.877678.7347-22.5323
CIE-Lab51.995180.1707-26.9943

#e31cac color RGB value is (227,28,172).

#e31cac hex color red value is 227, green value is 28 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e31cac hue: 0.88 , saturation: 0.78 and the lightness value of e31cac is 0.50.

The process color (four color CMYK) of #e31cac color hex is 0.00, 0.88, 0.24, 0.11. Web safe color of #e31cac is #cc3399. Color #e31cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011100 10101100
Octal 343 34 254
Decimal 227 28 172
Hex E3 1C AC

RGB Percentages of Color #e31cac

%53.16
%6.56
%40.28

CMYK Percentages of Color #e31cac

%0
%88
%24
%11

Triadic Colors of #e31cac

#e31cac #ace31c #1cace3

Analogous Colors of #e31cac

#e31cac #e31c48 #b71ce3

Monochromatic Colors of #e31cac

#e31cac

Complementary Color

#e31cac #1ce353

#e31cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31cac Color CSS Codes

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

#e31cac Text Font Color

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

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


#e31cac Background Color

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

This div background color is #e31cac


#e31cac Border Color

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

This div border color is #e31cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31cac


Comments

No comments written yet.

Please login to write comment.