Color Hex Logo

#e0518a Color Hex

#E0518A
(224,81,138)
0 Favorites   0 Comments

Color spaces of #e0518a

RGB 22481138
HSL0.930.700.60
HSV336°64°88°
CMYK 0.000.640.38   0.12
XYZ38.270323.567126.5766
Yxy23.56710.43290.2666
Hunter Lab48.546055.76171.5237
CIE-Lab55.651760.3700-1.4529

#e0518a color RGB value is (224,81,138).

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

The process color (four color CMYK) of #e0518a color hex is 0.00, 0.64, 0.38, 0.12. Web safe color of #e0518a is #cc6699. Color #e0518a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010001 10001010
Octal 340 121 212
Decimal 224 81 138
Hex E0 51 8A

RGB Percentages of Color #e0518a

%50.56
%18.28
%31.15

CMYK Percentages of Color #e0518a

%0
%64
%38
%12

Triadic Colors of #e0518a

#e0518a #8ae051 #518ae0

Analogous Colors of #e0518a

#e0518a #e06051 #e051d2

Monochromatic Colors of #e0518a

#e0518a

Complementary Color

#e0518a #51e0a7

#e0518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0518a Color CSS Codes

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

#e0518a Text Font Color

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

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


#e0518a Background Color

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

This div background color is #e0518a


#e0518a Border Color

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

This div border color is #e0518a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0518a


Comments

No comments written yet.

Please login to write comment.