Color Hex Logo

#e970ad Color Hex

#E970AD
(233,112,173)
0 Favorites   0 Comments

Color spaces of #e970ad

RGB 233112173
HSL0.920.730.68
HSV330°52°91°
CMYK 0.000.520.26   0.09
XYZ46.941331.929143.2240
Yxy31.92910.38450.2615
Hunter Lab56.505849.4007-5.7996
CIE-Lab63.284253.4806-10.2921

#e970ad color RGB value is (233,112,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110000 10101101
Octal 351 160 255
Decimal 233 112 173
Hex E9 70 AD

RGB Percentages of Color #e970ad

%44.98
%21.62
%33.40

CMYK Percentages of Color #e970ad

%0
%52
%26
%9

Triadic Colors of #e970ad

#e970ad #ade970 #70ade9

Analogous Colors of #e970ad

#e970ad #e97071 #e970e9

Monochromatic Colors of #e970ad

#e970ad

Complementary Color

#e970ad #70e9ac

#e970ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e970ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e970ad Color CSS Codes

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

#e970ad Text Font Color

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

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


#e970ad Background Color

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

This div background color is #e970ad


#e970ad Border Color

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

This div border color is #e970ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e970ad


Comments

No comments written yet.

Please login to write comment.