Color Hex Logo

#e05173 Color Hex

#E05173
(224,81,115)
0 Favorites   0 Comments

Color spaces of #e05173

RGB 22481115
HSL0.960.700.60
HSV346°64°88°
CMYK 0.000.640.49   0.12
XYZ36.777422.970018.7149
Yxy22.97000.46870.2928
Hunter Lab47.927053.101910.3969
CIE-Lab55.041458.135911.2850

#e05173 color RGB value is (224,81,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010001 01110011
Octal 340 121 163
Decimal 224 81 115
Hex E0 51 73

RGB Percentages of Color #e05173

%53.33
%19.29
%27.38

CMYK Percentages of Color #e05173

%0
%64
%49
%12

Triadic Colors of #e05173

#e05173 #73e051 #5173e0

Analogous Colors of #e05173

#e05173 #e07751 #e051bb

Monochromatic Colors of #e05173

#e05173

Complementary Color

#e05173 #51e0be

#e05173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05173 Color CSS Codes

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

#e05173 Text Font Color

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

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


#e05173 Background Color

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

This div background color is #e05173


#e05173 Border Color

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

This div border color is #e05173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05173


Comments

No comments written yet.

Please login to write comment.