Color Hex Logo

#e31aac Color Hex

#E31AAC
(227,26,172)
0 Favorites   0 Comments

Color spaces of #e31aac

RGB 22726172
HSL0.880.790.50
HSV316°89°89°
CMYK 0.000.890.24   0.11
XYZ39.494320.048240.8178
Yxy20.04820.39350.1998
Hunter Lab44.775279.0906-22.7071
CIE-Lab51.891780.4722-27.1547

#e31aac color RGB value is (227,26,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011010 10101100
Octal 343 32 254
Decimal 227 26 172
Hex E3 1A AC

RGB Percentages of Color #e31aac

%53.41
%6.12
%40.47

CMYK Percentages of Color #e31aac

%0
%89
%24
%11

Triadic Colors of #e31aac

#e31aac #ace31a #1aace3

Analogous Colors of #e31aac

#e31aac #e31a48 #b61ae3

Monochromatic Colors of #e31aac

#e31aac

Complementary Color

#e31aac #1ae351

#e31aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31aac Color CSS Codes

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

#e31aac Text Font Color

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

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


#e31aac Background Color

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

This div background color is #e31aac


#e31aac Border Color

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

This div border color is #e31aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31aac


Comments

No comments written yet.

Please login to write comment.