Color Hex Logo

#e31589 Color Hex

#E31589
(227,21,137)
0 Favorites   0 Comments

Color spaces of #e31589

RGB 22721137
HSL0.910.830.49
HSV326°91°89°
CMYK 0.000.910.40   0.11
XYZ36.462118.673425.3495
Yxy18.67340.45300.2320
Hunter Lab43.212774.9927-4.5319
CIE-Lab50.302977.5164-8.7209

#e31589 color RGB value is (227,21,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010101 10001001
Octal 343 25 211
Decimal 227 21 137
Hex E3 15 89

RGB Percentages of Color #e31589

%58.96
%5.45
%35.58

CMYK Percentages of Color #e31589

%0
%91
%40
%11

Triadic Colors of #e31589

#e31589 #89e315 #1589e3

Analogous Colors of #e31589

#e31589 #e31522 #d615e3

Monochromatic Colors of #e31589

#e31589

Complementary Color

#e31589 #15e36f

#e31589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31589 Color CSS Codes

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

#e31589 Text Font Color

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

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


#e31589 Background Color

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

This div background color is #e31589


#e31589 Border Color

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

This div border color is #e31589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31589


Comments

No comments written yet.

Please login to write comment.