Color Hex Logo

#e31fae Color Hex

#E31FAE
(227,31,174)
0 Favorites   0 Comments

Color spaces of #e31fae

RGB 22731174
HSL0.880.780.51
HSV316°86°89°
CMYK 0.000.860.23   0.11
XYZ39.808520.366941.8775
Yxy20.36690.39010.1996
Hunter Lab45.129778.4762-23.4266
CIE-Lab52.249579.9165-27.7750

#e31fae color RGB value is (227,31,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011111 10101110
Octal 343 37 256
Decimal 227 31 174
Hex E3 1F AE

RGB Percentages of Color #e31fae

%52.55
%7.18
%40.28

CMYK Percentages of Color #e31fae

%0
%86
%23
%11

Triadic Colors of #e31fae

#e31fae #aee31f #1faee3

Analogous Colors of #e31fae

#e31fae #e31f4c #b61fe3

Monochromatic Colors of #e31fae

#e31fae

Complementary Color

#e31fae #1fe354

#e31fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31fae Color CSS Codes

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

#e31fae Text Font Color

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

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


#e31fae Background Color

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

This div background color is #e31fae


#e31fae Border Color

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

This div border color is #e31fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31fae


Comments

No comments written yet.

Please login to write comment.