Color Hex Logo

#e5547f Color Hex

#E5547F
(229,84,127)
0 Favorites   0 Comments

Color spaces of #e5547f

RGB 22984127
HSL0.950.740.61
HSV342°63°90°
CMYK 0.000.630.45   0.10
XYZ39.314224.531022.7415
Yxy24.53100.45400.2833
Hunter Lab49.528855.01167.4467
CIE-Lab56.615659.54256.5360

#e5547f color RGB value is (229,84,127).

#e5547f hex color red value is 229, green value is 84 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #e5547f hue: 0.95 , saturation: 0.74 and the lightness value of e5547f is 0.61.

The process color (four color CMYK) of #e5547f color hex is 0.00, 0.63, 0.45, 0.10. Web safe color of #e5547f is #cc6666. Color #e5547f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010100 01111111
Octal 345 124 177
Decimal 229 84 127
Hex E5 54 7F

RGB Percentages of Color #e5547f

%52.05
%19.09
%28.86

CMYK Percentages of Color #e5547f

%0
%63
%45
%10

Triadic Colors of #e5547f

#e5547f #7fe554 #547fe5

Analogous Colors of #e5547f

#e5547f #e57254 #e554c8

Monochromatic Colors of #e5547f

#e5547f

Complementary Color

#e5547f #54e5ba

#e5547f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5547f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5547f Color CSS Codes

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

#e5547f Text Font Color

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

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


#e5547f Background Color

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

This div background color is #e5547f


#e5547f Border Color

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

This div border color is #e5547f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,84,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 #e5547f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5547f


Comments

No comments written yet.

Please login to write comment.