Color Hex Logo

#e31eac Color Hex

#E31EAC
(227,30,172)
0 Favorites   0 Comments

Color spaces of #e31eac

RGB 22730172
HSL0.880.780.50
HSV317°87°89°
CMYK 0.000.870.24   0.11
XYZ39.589220.238040.8495
Yxy20.23800.39320.2010
Hunter Lab44.986778.3570-22.3468
CIE-Lab52.105279.8502-26.8238

#e31eac color RGB value is (227,30,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011110 10101100
Octal 343 36 254
Decimal 227 30 172
Hex E3 1E AC

RGB Percentages of Color #e31eac

%52.91
%6.99
%40.09

CMYK Percentages of Color #e31eac

%0
%87
%24
%11

Triadic Colors of #e31eac

#e31eac #ace31e #1eace3

Analogous Colors of #e31eac

#e31eac #e31e49 #b81ee3

Monochromatic Colors of #e31eac

#e31eac

Complementary Color

#e31eac #1ee355

#e31eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31eac Color CSS Codes

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

#e31eac Text Font Color

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

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


#e31eac Background Color

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

This div background color is #e31eac


#e31eac Border Color

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

This div border color is #e31eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31eac


Comments

No comments written yet.

Please login to write comment.