Color Hex Logo

#e31fac Color Hex

#E31FAC
(227,31,172)
0 Favorites   0 Comments

Color spaces of #e31fac

RGB 22731172
HSL0.880.780.51
HSV317°86°89°
CMYK 0.000.860.24   0.11
XYZ39.614920.289440.8580
Yxy20.28940.39320.2014
Hunter Lab45.043878.1599-22.2498
CIE-Lab52.162879.6827-26.7344

#e31fac color RGB value is (227,31,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011111 10101100
Octal 343 37 254
Decimal 227 31 172
Hex E3 1F AC

RGB Percentages of Color #e31fac

%52.79
%7.21
%40.00

CMYK Percentages of Color #e31fac

%0
%86
%24
%11

Triadic Colors of #e31fac

#e31fac #ace31f #1face3

Analogous Colors of #e31fac

#e31fac #e31f4a #b81fe3

Monochromatic Colors of #e31fac

#e31fac

Complementary Color

#e31fac #1fe356

#e31fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31fac Color CSS Codes

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

#e31fac Text Font Color

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

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


#e31fac Background Color

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

This div background color is #e31fac


#e31fac Border Color

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

This div border color is #e31fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31fac


Comments

No comments written yet.

Please login to write comment.