Color Hex Logo

#e70abb Color Hex

#E70ABB
(231,10,187)
0 Favorites   0 Comments

Color spaces of #e70abb

RGB 23110187
HSL0.870.920.47
HSV312°96°91°
CMYK 0.000.960.19   0.09
XYZ42.033220.793948.8119
Yxy20.79390.37650.1863
Hunter Lab45.600384.7361-31.5455
CIE-Lab52.723284.7177-34.5800

#e70abb color RGB value is (231,10,187).

#e70abb hex color red value is 231, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e70abb hue: 0.87 , saturation: 0.92 and the lightness value of e70abb is 0.47.

The process color (four color CMYK) of #e70abb color hex is 0.00, 0.96, 0.19, 0.09. Web safe color of #e70abb is #ff00cc. Color #e70abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001010 10111011
Octal 347 12 273
Decimal 231 10 187
Hex E7 A BB

RGB Percentages of Color #e70abb

%53.97
%2.34
%43.69

CMYK Percentages of Color #e70abb

%0
%96
%19
%9

Triadic Colors of #e70abb

#e70abb #bbe70a #0abbe7

Analogous Colors of #e70abb

#e70abb #e70a4d #a50ae7

Monochromatic Colors of #e70abb

#e70abb

Complementary Color

#e70abb #0ae736

#e70abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70abb Color CSS Codes

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

#e70abb Text Font Color

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

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


#e70abb Background Color

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

This div background color is #e70abb


#e70abb Border Color

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

This div border color is #e70abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70abb


Comments

No comments written yet.

Please login to write comment.