Color Hex Logo

#e70abd Color Hex

#E70ABD
(231,10,189)
0 Favorites   0 Comments

Color spaces of #e70abd

RGB 23110189
HSL0.870.920.47
HSV311°96°91°
CMYK 0.000.960.18   0.09
XYZ42.248820.880149.9476
Yxy20.88010.37360.1847
Hunter Lab45.694785.0731-32.8219
CIE-Lab52.818084.9591-35.5946

#e70abd color RGB value is (231,10,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001010 10111101
Octal 347 12 275
Decimal 231 10 189
Hex E7 A BD

RGB Percentages of Color #e70abd

%53.72
%2.33
%43.95

CMYK Percentages of Color #e70abd

%0
%96
%18
%9

Triadic Colors of #e70abd

#e70abd #bde70a #0abde7

Analogous Colors of #e70abd

#e70abd #e70a4e #a30ae7

Monochromatic Colors of #e70abd

#e70abd

Complementary Color

#e70abd #0ae734

#e70abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70abd Color CSS Codes

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

#e70abd Text Font Color

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

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


#e70abd Background Color

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

This div background color is #e70abd


#e70abd Border Color

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

This div border color is #e70abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70abd


Comments

No comments written yet.

Please login to write comment.