Color Hex Logo

#e51190 Color Hex

#E51190
(229,17,144)
0 Favorites   0 Comments

Color spaces of #e51190

RGB 22917144
HSL0.900.860.48
HSV324°93°90°
CMYK 0.000.930.37   0.10
XYZ37.547619.072528.0879
Yxy19.07250.44330.2252
Hunter Lab43.672177.0414-7.5622
CIE-Lab50.771979.0648-12.1920

#e51190 color RGB value is (229,17,144).

#e51190 hex color red value is 229, green value is 17 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e51190 hue: 0.90 , saturation: 0.86 and the lightness value of e51190 is 0.48.

The process color (four color CMYK) of #e51190 color hex is 0.00, 0.93, 0.37, 0.10. Web safe color of #e51190 is #cc0099. Color #e51190 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010001 10010000
Octal 345 21 220
Decimal 229 17 144
Hex E5 11 90

RGB Percentages of Color #e51190

%58.72
%4.36
%36.92

CMYK Percentages of Color #e51190

%0
%93
%37
%10

Triadic Colors of #e51190

#e51190 #90e511 #1190e5

Analogous Colors of #e51190

#e51190 #e51126 #d011e5

Monochromatic Colors of #e51190

#e51190

Complementary Color

#e51190 #11e566

#e51190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51190 Color CSS Codes

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

#e51190 Text Font Color

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

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


#e51190 Background Color

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

This div background color is #e51190


#e51190 Border Color

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

This div border color is #e51190


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,17,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e51190; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e51190;
  -webkit-box-shadow: 1px 1px 3px 2px #e51190;
  box-shadow:         1px 1px 3px 2px #e51190; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,17,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51190


Comments

No comments written yet.

Please login to write comment.