Color Hex Logo

#e70baf Color Hex

#E70BAF
(231,11,175)
0 Favorites   0 Comments

Color spaces of #e70baf

RGB 23111175
HSL0.880.910.47
HSV315°95°91°
CMYK 0.000.950.24   0.09
XYZ40.812520.323442.3292
Yxy20.32340.39450.1964
Hunter Lab45.081582.7044-24.1132
CIE-Lab52.200983.2450-28.3799

#e70baf color RGB value is (231,11,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001011 10101111
Octal 347 13 257
Decimal 231 11 175
Hex E7 B AF

RGB Percentages of Color #e70baf

%55.40
%2.64
%41.97

CMYK Percentages of Color #e70baf

%0
%95
%24
%9

Triadic Colors of #e70baf

#e70baf #afe70b #0bafe7

Analogous Colors of #e70baf

#e70baf #e70b41 #b10be7

Monochromatic Colors of #e70baf

#e70baf

Complementary Color

#e70baf #0be743

#e70baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70baf Color CSS Codes

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

#e70baf Text Font Color

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

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


#e70baf Background Color

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

This div background color is #e70baf


#e70baf Border Color

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

This div border color is #e70baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70baf


Comments

No comments written yet.

Please login to write comment.