Color Hex Logo

#e970ac Color Hex

#E970AC
(233,112,172)
0 Favorites   0 Comments

Color spaces of #e970ac

RGB 233112172
HSL0.920.730.68
HSV330°52°91°
CMYK 0.000.520.26   0.09
XYZ46.844831.890542.7162
Yxy31.89050.38570.2626
Hunter Lab56.471749.2452-5.3179
CIE-Lab63.252353.3474-9.7693

#e970ac color RGB value is (233,112,172).

#e970ac hex color red value is 233, green value is 112 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e970ac hue: 0.92 , saturation: 0.73 and the lightness value of e970ac is 0.68.

The process color (four color CMYK) of #e970ac color hex is 0.00, 0.52, 0.26, 0.09. Web safe color of #e970ac is #ff6699. Color #e970ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110000 10101100
Octal 351 160 254
Decimal 233 112 172
Hex E9 70 AC

RGB Percentages of Color #e970ac

%45.07
%21.66
%33.27

CMYK Percentages of Color #e970ac

%0
%52
%26
%9

Triadic Colors of #e970ac

#e970ac #ace970 #70ace9

Analogous Colors of #e970ac

#e970ac #e97170 #e970e9

Monochromatic Colors of #e970ac

#e970ac

Complementary Color

#e970ac #70e9ad

#e970ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e970ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e970ac Color CSS Codes

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

#e970ac Text Font Color

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

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


#e970ac Background Color

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

This div background color is #e970ac


#e970ac Border Color

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

This div border color is #e970ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,112,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e970ac


Comments

No comments written yet.

Please login to write comment.