Color Hex Logo

#e97ace Color Hex

#E97ACE
(233,122,206)
0 Favorites   0 Comments

Color spaces of #e97ace

RGB 233122206
HSL0.870.720.70
HSV315°48°91°
CMYK 0.000.480.12   0.09
XYZ51.704435.698962.5580
Yxy35.69890.34480.2381
Hunter Lab59.748649.9079-20.2539
CIE-Lab66.289253.4675-24.3883

#e97ace color RGB value is (233,122,206).

#e97ace hex color red value is 233, green value is 122 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e97ace hue: 0.87 , saturation: 0.72 and the lightness value of e97ace is 0.70.

The process color (four color CMYK) of #e97ace color hex is 0.00, 0.48, 0.12, 0.09. Web safe color of #e97ace is #ff66cc. Color #e97ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111010 11001110
Octal 351 172 316
Decimal 233 122 206
Hex E9 7A CE

RGB Percentages of Color #e97ace

%41.53
%21.75
%36.72

CMYK Percentages of Color #e97ace

%0
%48
%12
%9

Triadic Colors of #e97ace

#e97ace #cee97a #7acee9

Analogous Colors of #e97ace

#e97ace #e97a97 #cd7ae9

Monochromatic Colors of #e97ace

#e97ace

Complementary Color

#e97ace #7ae995

#e97ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97ace Color CSS Codes

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

#e97ace Text Font Color

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

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


#e97ace Background Color

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

This div background color is #e97ace


#e97ace Border Color

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

This div border color is #e97ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97ace


Comments

No comments written yet.

Please login to write comment.