Color Hex Logo

#e970ab Color Hex

#E970AB
(233,112,171)
0 Favorites   0 Comments

Color spaces of #e970ab

RGB 233112171
HSL0.920.730.68
HSV331°52°91°
CMYK 0.000.520.27   0.09
XYZ46.749131.852342.2122
Yxy31.85230.38700.2636
Hunter Lab56.437849.0905-4.8390
CIE-Lab63.220653.2147-9.2458

#e970ab color RGB value is (233,112,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110000 10101011
Octal 351 160 253
Decimal 233 112 171
Hex E9 70 AB

RGB Percentages of Color #e970ab

%45.16
%21.71
%33.14

CMYK Percentages of Color #e970ab

%0
%52
%27
%9

Triadic Colors of #e970ab

#e970ab #abe970 #70abe9

Analogous Colors of #e970ab

#e970ab #e97270 #e970e8

Monochromatic Colors of #e970ab

#e970ab

Complementary Color

#e970ab #70e9ae

#e970ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e970ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e970ab Color CSS Codes

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

#e970ab Text Font Color

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

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


#e970ab Background Color

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

This div background color is #e970ab


#e970ab Border Color

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

This div border color is #e970ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e970ab


Comments

No comments written yet.

Please login to write comment.