Color Hex Logo

#e497cc Color Hex

#E497CC
(228,151,204)
0 Favorites   0 Comments

Color spaces of #e497cc

RGB 228151204
HSL0.890.590.74
HSV319°34°89°
CMYK 0.000.340.11   0.11
XYZ53.960642.986862.5800
Yxy42.98680.33830.2695
Hunter Lab65.564332.1711-10.6962
CIE-Lab71.546036.6615-15.3444

#e497cc color RGB value is (228,151,204).

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

The process color (four color CMYK) of #e497cc color hex is 0.00, 0.34, 0.11, 0.11. Web safe color of #e497cc is #cc99cc. Color #e497cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010111 11001100
Octal 344 227 314
Decimal 228 151 204
Hex E4 97 CC

RGB Percentages of Color #e497cc

%39.11
%25.90
%34.99

CMYK Percentages of Color #e497cc

%0
%34
%11
%11

Triadic Colors of #e497cc

#e497cc #cce497 #97cce4

Analogous Colors of #e497cc

#e497cc #e497a6 #d697e4

Monochromatic Colors of #e497cc

#e497cc

Complementary Color

#e497cc #97e4af

#e497cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e497cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e497cc Color CSS Codes

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

#e497cc Text Font Color

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

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


#e497cc Background Color

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

This div background color is #e497cc


#e497cc Border Color

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

This div border color is #e497cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e497cc


Comments

No comments written yet.

Please login to write comment.