Color Hex Logo

#e1537f Color Hex

#E1537F
(225,83,127)
0 Favorites   0 Comments

Color spaces of #e1537f

RGB 22583127
HSL0.950.700.60
HSV341°63°88°
CMYK 0.000.630.44   0.12
XYZ37.975423.726422.6568
Yxy23.72640.45020.2813
Hunter Lab48.709853.92126.5187
CIE-Lab55.812858.72495.2994

#e1537f color RGB value is (225,83,127).

#e1537f hex color red value is 225, green value is 83 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #e1537f hue: 0.95 , saturation: 0.70 and the lightness value of e1537f is 0.60.

The process color (four color CMYK) of #e1537f color hex is 0.00, 0.63, 0.44, 0.12. Web safe color of #e1537f is #cc6666. Color #e1537f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010011 01111111
Octal 341 123 177
Decimal 225 83 127
Hex E1 53 7F

RGB Percentages of Color #e1537f

%51.72
%19.08
%29.20

CMYK Percentages of Color #e1537f

%0
%63
%44
%12

Triadic Colors of #e1537f

#e1537f #7fe153 #537fe1

Analogous Colors of #e1537f

#e1537f #e16e53 #e153c6

Monochromatic Colors of #e1537f

#e1537f

Complementary Color

#e1537f #53e1b5

#e1537f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1537f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1537f Color CSS Codes

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

#e1537f Text Font Color

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

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


#e1537f Background Color

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

This div background color is #e1537f


#e1537f Border Color

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

This div border color is #e1537f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,83,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1537f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1537f;
  -webkit-box-shadow: 1px 1px 3px 2px #e1537f;
  box-shadow:         1px 1px 3px 2px #e1537f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,83,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1537f


Comments

No comments written yet.

Please login to write comment.