Color Hex Logo

#e297cc Color Hex

#E297CC
(226,151,204)
0 Favorites   0 Comments

Color spaces of #e297cc

RGB 226151204
HSL0.880.560.74
HSV318°33°89°
CMYK 0.000.330.10   0.11
XYZ53.329742.661662.5505
Yxy42.66160.33640.2691
Hunter Lab65.315831.4406-11.0587
CIE-Lab71.324735.9957-15.6999

#e297cc color RGB value is (226,151,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010111 11001100
Octal 342 227 314
Decimal 226 151 204
Hex E2 97 CC

RGB Percentages of Color #e297cc

%38.90
%25.99
%35.11

CMYK Percentages of Color #e297cc

%0
%33
%10
%11

Triadic Colors of #e297cc

#e297cc #cce297 #97cce2

Analogous Colors of #e297cc

#e297cc #e297a7 #d397e2

Monochromatic Colors of #e297cc

#e297cc

Complementary Color

#e297cc #97e2ad

#e297cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e297cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e297cc Color CSS Codes

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

#e297cc Text Font Color

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

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


#e297cc Background Color

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

This div background color is #e297cc


#e297cc Border Color

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

This div border color is #e297cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e297cc


Comments

No comments written yet.

Please login to write comment.