Color Hex Logo

#e870af Color Hex

#E870AF
(232,112,175)
0 Favorites   0 Comments

Color spaces of #e870af

RGB 232112175
HSL0.910.720.67
HSV329°52°91°
CMYK 0.000.520.25   0.09
XYZ46.810731.839344.2358
Yxy31.83930.38090.2591
Hunter Lab56.426349.3357-6.9824
CIE-Lab63.209853.4344-11.5584

#e870af color RGB value is (232,112,175).

#e870af hex color red value is 232, green value is 112 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e870af hue: 0.91 , saturation: 0.72 and the lightness value of e870af is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110000 10101111
Octal 350 160 257
Decimal 232 112 175
Hex E8 70 AF

RGB Percentages of Color #e870af

%44.70
%21.58
%33.72

CMYK Percentages of Color #e870af

%0
%52
%25
%9

Triadic Colors of #e870af

#e870af #afe870 #70afe8

Analogous Colors of #e870af

#e870af #e87073 #e570e8

Monochromatic Colors of #e870af

#e870af

Complementary Color

#e870af #70e8a9

#e870af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e870af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e870af Color CSS Codes

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

#e870af Text Font Color

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

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


#e870af Background Color

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

This div background color is #e870af


#e870af Border Color

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

This div border color is #e870af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e870af


Comments

No comments written yet.

Please login to write comment.