Color Hex Logo

#e0516f Color Hex

#E0516F
(224,81,111)
0 Favorites   0 Comments

Color spaces of #e0516f

RGB 22481111
HSL0.970.700.60
HSV347°64°88°
CMYK 0.000.640.50   0.12
XYZ36.552122.879817.5287
Yxy22.87980.47490.2973
Hunter Lab47.832852.695711.7557
CIE-Lab54.948357.791713.5253

#e0516f color RGB value is (224,81,111).

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

The process color (four color CMYK) of #e0516f color hex is 0.00, 0.64, 0.50, 0.12. Web safe color of #e0516f is #cc6666. Color #e0516f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010001 01101111
Octal 340 121 157
Decimal 224 81 111
Hex E0 51 6F

RGB Percentages of Color #e0516f

%53.85
%19.47
%26.68

CMYK Percentages of Color #e0516f

%0
%64
%50
%12

Triadic Colors of #e0516f

#e0516f #6fe051 #516fe0

Analogous Colors of #e0516f

#e0516f #e07b51 #e051b7

Monochromatic Colors of #e0516f

#e0516f

Complementary Color

#e0516f #51e0c2

#e0516f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0516f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0516f Color CSS Codes

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

#e0516f Text Font Color

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

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


#e0516f Background Color

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

This div background color is #e0516f


#e0516f Border Color

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

This div border color is #e0516f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0516f


Comments

No comments written yet.

Please login to write comment.