Color Hex Logo

#e497ce Color Hex

#E497CE
(228,151,206)
0 Favorites   0 Comments

Color spaces of #e497ce

RGB 228151206
HSL0.880.590.74
HSV317°34°89°
CMYK 0.000.340.10   0.11
XYZ54.202143.083463.8517
Yxy43.08340.33640.2674
Hunter Lab65.637932.5342-11.7299
CIE-Lab71.611536.9958-16.3502

#e497ce color RGB value is (228,151,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010111 11001110
Octal 344 227 316
Decimal 228 151 206
Hex E4 97 CE

RGB Percentages of Color #e497ce

%38.97
%25.81
%35.21

CMYK Percentages of Color #e497ce

%0
%34
%10
%11

Triadic Colors of #e497ce

#e497ce #cee497 #97cee4

Analogous Colors of #e497ce

#e497ce #e497a8 #d497e4

Monochromatic Colors of #e497ce

#e497ce

Complementary Color

#e497ce #97e4ad

#e497ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e497ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e497ce Color CSS Codes

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

#e497ce Text Font Color

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

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


#e497ce Background Color

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

This div background color is #e497ce


#e497ce Border Color

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

This div border color is #e497ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e497ce


Comments

No comments written yet.

Please login to write comment.