Color Hex Logo

#e445cc Color Hex

#E445CC
(228,69,204)
0 Favorites   0 Comments

Color spaces of #e445cc

RGB 22869204
HSL0.860.750.58
HSV309°70°89°
CMYK 0.000.700.11   0.11
XYZ45.022125.109959.6005
Yxy25.10990.34700.1936
Hunter Lab50.109872.6847-35.4426
CIE-Lab57.182374.3205-37.4273

#e445cc color RGB value is (228,69,204).

#e445cc hex color red value is 228, green value is 69 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e445cc hue: 0.86 , saturation: 0.75 and the lightness value of e445cc is 0.58.

The process color (four color CMYK) of #e445cc color hex is 0.00, 0.70, 0.11, 0.11. Web safe color of #e445cc is #cc33cc. Color #e445cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000101 11001100
Octal 344 105 314
Decimal 228 69 204
Hex E4 45 CC

RGB Percentages of Color #e445cc

%45.51
%13.77
%40.72

CMYK Percentages of Color #e445cc

%0
%70
%11
%11

Triadic Colors of #e445cc

#e445cc #cce445 #45cce4

Analogous Colors of #e445cc

#e445cc #e4457d #ad45e4

Monochromatic Colors of #e445cc

#e445cc

Complementary Color

#e445cc #45e45d

#e445cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e445cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e445cc Color CSS Codes

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

#e445cc Text Font Color

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

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


#e445cc Background Color

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

This div background color is #e445cc


#e445cc Border Color

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

This div border color is #e445cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e445cc


Comments

No comments written yet.

Please login to write comment.