Color Hex Logo

#e473cc Color Hex

#E473CC
(228,115,204)
0 Favorites   0 Comments

Color spaces of #e473cc

RGB 228115204
HSL0.870.680.67
HSV313°50°89°
CMYK 0.000.500.11   0.11
XYZ49.024733.115160.9347
Yxy33.11510.34270.2315
Hunter Lab57.545751.3638-22.4997
CIE-Lab64.254055.0633-26.4466

#e473cc color RGB value is (228,115,204).

#e473cc hex color red value is 228, green value is 115 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e473cc hue: 0.87 , saturation: 0.68 and the lightness value of e473cc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110011 11001100
Octal 344 163 314
Decimal 228 115 204
Hex E4 73 CC

RGB Percentages of Color #e473cc

%41.68
%21.02
%37.29

CMYK Percentages of Color #e473cc

%0
%50
%11
%11

Triadic Colors of #e473cc

#e473cc #cce473 #73cce4

Analogous Colors of #e473cc

#e473cc #e47394 #c473e4

Monochromatic Colors of #e473cc

#e473cc

Complementary Color

#e473cc #73e48b

#e473cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e473cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e473cc Color CSS Codes

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

#e473cc Text Font Color

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

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


#e473cc Background Color

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

This div background color is #e473cc


#e473cc Border Color

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

This div border color is #e473cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e473cc


Comments

No comments written yet.

Please login to write comment.