Color Hex Logo

#e0548d Color Hex

#E0548D
(224,84,141)
0 Favorites   0 Comments

Color spaces of #e0548d

RGB 22484141
HSL0.930.690.60
HSV336°63°88°
CMYK 0.000.630.37   0.12
XYZ38.718524.111027.8125
Yxy24.11100.42720.2660
Hunter Lab49.103054.82010.7895
CIE-Lab56.198859.4479-2.4179

#e0548d color RGB value is (224,84,141).

#e0548d hex color red value is 224, green value is 84 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e0548d hue: 0.93 , saturation: 0.69 and the lightness value of e0548d is 0.60.

The process color (four color CMYK) of #e0548d color hex is 0.00, 0.63, 0.37, 0.12. Web safe color of #e0548d is #cc6699. Color #e0548d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010100 10001101
Octal 340 124 215
Decimal 224 84 141
Hex E0 54 8D

RGB Percentages of Color #e0548d

%49.89
%18.71
%31.40

CMYK Percentages of Color #e0548d

%0
%63
%37
%12

Triadic Colors of #e0548d

#e0548d #8de054 #548de0

Analogous Colors of #e0548d

#e0548d #e06154 #e054d3

Monochromatic Colors of #e0548d

#e0548d

Complementary Color

#e0548d #54e0a7

#e0548d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0548d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0548d Color CSS Codes

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

#e0548d Text Font Color

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

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


#e0548d Background Color

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

This div background color is #e0548d


#e0548d Border Color

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

This div border color is #e0548d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0548d


Comments

No comments written yet.

Please login to write comment.