Color Hex Logo

#e31a6f Color Hex

#E31A6F
(227,26,111)
0 Favorites   0 Comments

Color spaces of #e31a6f

RGB 22726111
HSL0.930.790.50
HSV335°89°89°
CMYK 0.000.890.51   0.11
XYZ34.917218.217416.7149
Yxy18.21740.49990.2608
Hunter Lab42.681871.33426.6584
CIE-Lab49.758774.65666.2882

#e31a6f color RGB value is (227,26,111).

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

The process color (four color CMYK) of #e31a6f color hex is 0.00, 0.89, 0.51, 0.11. Web safe color of #e31a6f is #cc3366. Color #e31a6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011010 01101111
Octal 343 32 157
Decimal 227 26 111
Hex E3 1A 6F

RGB Percentages of Color #e31a6f

%62.36
%7.14
%30.49

CMYK Percentages of Color #e31a6f

%0
%89
%51
%11

Triadic Colors of #e31a6f

#e31a6f #6fe31a #1a6fe3

Analogous Colors of #e31a6f

#e31a6f #e32a1a #e31ad4

Monochromatic Colors of #e31a6f

#e31a6f

Complementary Color

#e31a6f #1ae38e

#e31a6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31a6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31a6f Color CSS Codes

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

#e31a6f Text Font Color

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

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


#e31a6f Background Color

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

This div background color is #e31a6f


#e31a6f Border Color

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

This div border color is #e31a6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31a6f


Comments

No comments written yet.

Please login to write comment.