Color Hex Logo

#e70bae Color Hex

#E70BAE
(231,11,174)
0 Favorites   0 Comments

Color spaces of #e70bae

RGB 23111174
HSL0.880.910.47
HSV316°95°91°
CMYK 0.000.950.25   0.09
XYZ40.714720.284341.8138
Yxy20.28430.39600.1973
Hunter Lab45.038182.5484-23.5187
CIE-Lab52.157183.1321-27.8605

#e70bae color RGB value is (231,11,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001011 10101110
Octal 347 13 256
Decimal 231 11 174
Hex E7 B AE

RGB Percentages of Color #e70bae

%55.53
%2.64
%41.83

CMYK Percentages of Color #e70bae

%0
%95
%25
%9

Triadic Colors of #e70bae

#e70bae #aee70b #0baee7

Analogous Colors of #e70bae

#e70bae #e70b40 #b20be7

Monochromatic Colors of #e70bae

#e70bae

Complementary Color

#e70bae #0be744

#e70bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70bae Color CSS Codes

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

#e70bae Text Font Color

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

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


#e70bae Background Color

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

This div background color is #e70bae


#e70bae Border Color

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

This div border color is #e70bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,11,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70bae


Comments

No comments written yet.

Please login to write comment.