Color Hex Logo

#e5547a Color Hex

#E5547A
(229,84,122)
0 Favorites   0 Comments

Color spaces of #e5547a

RGB 22984122
HSL0.960.740.61
HSV344°63°90°
CMYK 0.000.630.47   0.10
XYZ38.996324.403821.0674
Yxy24.40380.46170.2889
Hunter Lab49.400254.45689.2951
CIE-Lab56.489859.07769.3055

#e5547a color RGB value is (229,84,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010100 01111010
Octal 345 124 172
Decimal 229 84 122
Hex E5 54 7A

RGB Percentages of Color #e5547a

%52.64
%19.31
%28.05

CMYK Percentages of Color #e5547a

%0
%63
%47
%10

Triadic Colors of #e5547a

#e5547a #7ae554 #547ae5

Analogous Colors of #e5547a

#e5547a #e57754 #e554c3

Monochromatic Colors of #e5547a

#e5547a

Complementary Color

#e5547a #54e5bf

#e5547a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5547a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5547a Color CSS Codes

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

#e5547a Text Font Color

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

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


#e5547a Background Color

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

This div background color is #e5547a


#e5547a Border Color

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

This div border color is #e5547a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5547a


Comments

No comments written yet.

Please login to write comment.