Color Hex Logo

#e245cc Color Hex

#E245CC
(226,69,204)
0 Favorites   0 Comments

Color spaces of #e245cc

RGB 22669204
HSL0.860.730.58
HSV308°69°89°
CMYK 0.000.690.10   0.11
XYZ44.391224.784659.5710
Yxy24.78460.34480.1925
Hunter Lab49.784172.0415-36.0967
CIE-Lab56.864973.8595-37.9475

#e245cc color RGB value is (226,69,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000101 11001100
Octal 342 105 314
Decimal 226 69 204
Hex E2 45 CC

RGB Percentages of Color #e245cc

%45.29
%13.83
%40.88

CMYK Percentages of Color #e245cc

%0
%69
%10
%11

Triadic Colors of #e245cc

#e245cc #cce245 #45cce2

Analogous Colors of #e245cc

#e245cc #e2457e #aa45e2

Monochromatic Colors of #e245cc

#e245cc

Complementary Color

#e245cc #45e25b

#e245cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e245cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e245cc Color CSS Codes

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

#e245cc Text Font Color

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

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


#e245cc Background Color

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

This div background color is #e245cc


#e245cc Border Color

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

This div border color is #e245cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e245cc


Comments

No comments written yet.

Please login to write comment.