Color Hex Logo

#e70bab Color Hex

#E70BAB
(231,11,171)
0 Favorites   0 Comments

Color spaces of #e70bab

RGB 23111171
HSL0.880.910.47
HSV316°95°91°
CMYK 0.000.950.26   0.09
XYZ40.425420.168540.2903
Yxy20.16850.40070.1999
Hunter Lab44.909482.0864-21.7553
CIE-Lab52.027282.7974-26.2971

#e70bab color RGB value is (231,11,171).

#e70bab hex color red value is 231, green value is 11 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e70bab hue: 0.88 , saturation: 0.91 and the lightness value of e70bab is 0.47.

The process color (four color CMYK) of #e70bab color hex is 0.00, 0.95, 0.26, 0.09. Web safe color of #e70bab is #ff0099. Color #e70bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001011 10101011
Octal 347 13 253
Decimal 231 11 171
Hex E7 B AB

RGB Percentages of Color #e70bab

%55.93
%2.66
%41.40

CMYK Percentages of Color #e70bab

%0
%95
%26
%9

Triadic Colors of #e70bab

#e70bab #abe70b #0babe7

Analogous Colors of #e70bab

#e70bab #e70b3d #b50be7

Monochromatic Colors of #e70bab

#e70bab

Complementary Color

#e70bab #0be747

#e70bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70bab Color CSS Codes

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

#e70bab Text Font Color

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

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


#e70bab Background Color

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

This div background color is #e70bab


#e70bab Border Color

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

This div border color is #e70bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,11,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 #e70bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70bab


Comments

No comments written yet.

Please login to write comment.