Color Hex Logo

#e44973 Color Hex

#E44973
(228,73,115)
0 Favorites   0 Comments

Color spaces of #e44973

RGB 22873115
HSL0.950.740.59
HSV344°68°89°
CMYK 0.000.680.50   0.11
XYZ37.472022.496918.5870
Yxy22.49690.47700.2864
Hunter Lab47.430958.01699.9673
CIE-Lab54.550362.532310.6921

#e44973 color RGB value is (228,73,115).

#e44973 hex color red value is 228, green value is 73 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #e44973 hue: 0.95 , saturation: 0.74 and the lightness value of e44973 is 0.59.

The process color (four color CMYK) of #e44973 color hex is 0.00, 0.68, 0.50, 0.11. Web safe color of #e44973 is #cc3366. Color #e44973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001001 01110011
Octal 344 111 163
Decimal 228 73 115
Hex E4 49 73

RGB Percentages of Color #e44973

%54.81
%17.55
%27.64

CMYK Percentages of Color #e44973

%0
%68
%50
%11

Triadic Colors of #e44973

#e44973 #73e449 #4973e4

Analogous Colors of #e44973

#e44973 #e46d49 #e449c1

Monochromatic Colors of #e44973

#e44973

Complementary Color

#e44973 #49e4ba

#e44973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44973 Color CSS Codes

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

#e44973 Text Font Color

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

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


#e44973 Background Color

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

This div background color is #e44973


#e44973 Border Color

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

This div border color is #e44973


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,73,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 #e44973">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44973


Comments

No comments written yet.

Please login to write comment.