Color Hex Logo

#e31586 Color Hex

#E31586
(227,21,134)
0 Favorites   0 Comments

Color spaces of #e31586

RGB 22721134
HSL0.910.830.49
HSV327°91°89°
CMYK 0.000.910.41   0.11
XYZ36.249818.588524.2316
Yxy18.58850.45850.2351
Hunter Lab43.114474.6294-3.1427
CIE-Lab50.202377.2437-7.0586

#e31586 color RGB value is (227,21,134).

#e31586 hex color red value is 227, green value is 21 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #e31586 hue: 0.91 , saturation: 0.83 and the lightness value of e31586 is 0.49.

The process color (four color CMYK) of #e31586 color hex is 0.00, 0.91, 0.41, 0.11. Web safe color of #e31586 is #cc0099. Color #e31586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010101 10000110
Octal 343 25 206
Decimal 227 21 134
Hex E3 15 86

RGB Percentages of Color #e31586

%59.42
%5.50
%35.08

CMYK Percentages of Color #e31586

%0
%91
%41
%11

Triadic Colors of #e31586

#e31586 #86e315 #1586e3

Analogous Colors of #e31586

#e31586 #e3151f #d915e3

Monochromatic Colors of #e31586

#e31586

Complementary Color

#e31586 #15e372

#e31586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31586 Color CSS Codes

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

#e31586 Text Font Color

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

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


#e31586 Background Color

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

This div background color is #e31586


#e31586 Border Color

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

This div border color is #e31586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31586


Comments

No comments written yet.

Please login to write comment.