Color Hex Logo

#e870ba Color Hex

#E870BA
(232,112,186)
0 Favorites   0 Comments

Color spaces of #e870ba

RGB 232112186
HSL0.900.720.67
HSV323°52°91°
CMYK 0.000.520.20   0.09
XYZ47.935832.289350.1603
Yxy32.28930.36760.2476
Hunter Lab56.823751.1391-12.5608
CIE-Lab63.581354.9719-17.2559

#e870ba color RGB value is (232,112,186).

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

The process color (four color CMYK) of #e870ba color hex is 0.00, 0.52, 0.20, 0.09. Web safe color of #e870ba is #ff66cc. Color #e870ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110000 10111010
Octal 350 160 272
Decimal 232 112 186
Hex E8 70 BA

RGB Percentages of Color #e870ba

%43.77
%21.13
%35.09

CMYK Percentages of Color #e870ba

%0
%52
%20
%9

Triadic Colors of #e870ba

#e870ba #bae870 #70bae8

Analogous Colors of #e870ba

#e870ba #e8707e #da70e8

Monochromatic Colors of #e870ba

#e870ba

Complementary Color

#e870ba #70e89e

#e870ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e870ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e870ba Color CSS Codes

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

#e870ba Text Font Color

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

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


#e870ba Background Color

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

This div background color is #e870ba


#e870ba Border Color

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

This div border color is #e870ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e870ba


Comments

No comments written yet.

Please login to write comment.