Color Hex Logo

#e05a76 Color Hex

#E05A76
(224,90,118)
0 Favorites   0 Comments

Color spaces of #e05a76

RGB 22490118
HSL0.970.680.62
HSV347°60°88°
CMYK 0.000.600.47   0.12
XYZ37.666624.467619.8770
Yxy24.46760.45930.2983
Hunter Lab49.464749.361610.8001
CIE-Lab56.553054.533711.6354

#e05a76 color RGB value is (224,90,118).

#e05a76 hex color red value is 224, green value is 90 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #e05a76 hue: 0.97 , saturation: 0.68 and the lightness value of e05a76 is 0.62.

The process color (four color CMYK) of #e05a76 color hex is 0.00, 0.60, 0.47, 0.12. Web safe color of #e05a76 is #cc6666. Color #e05a76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011010 01110110
Octal 340 132 166
Decimal 224 90 118
Hex E0 5A 76

RGB Percentages of Color #e05a76

%51.85
%20.83
%27.31

CMYK Percentages of Color #e05a76

%0
%60
%47
%12

Triadic Colors of #e05a76

#e05a76 #76e05a #5a76e0

Analogous Colors of #e05a76

#e05a76 #e0815a #e05ab9

Monochromatic Colors of #e05a76

#e05a76

Complementary Color

#e05a76 #5ae0c4

#e05a76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05a76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05a76 Color CSS Codes

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

#e05a76 Text Font Color

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

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


#e05a76 Background Color

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

This div background color is #e05a76


#e05a76 Border Color

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

This div border color is #e05a76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05a76


Comments

No comments written yet.

Please login to write comment.