Color Hex Logo

#e72aba Color Hex

#E72ABA
(231,42,186)
0 Favorites   0 Comments

Color spaces of #e72aba

RGB 23142186
HSL0.870.800.54
HSV314°82°91°
CMYK 0.000.820.19   0.09
XYZ42.645922.190048.4898
Yxy22.19000.37630.1958
Hunter Lab47.106379.1624-28.0570
CIE-Lab54.228080.0734-31.6481

#e72aba color RGB value is (231,42,186).

#e72aba hex color red value is 231, green value is 42 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e72aba hue: 0.87 , saturation: 0.80 and the lightness value of e72aba is 0.54.

The process color (four color CMYK) of #e72aba color hex is 0.00, 0.82, 0.19, 0.09. Web safe color of #e72aba is #ff33cc. Color #e72aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101010 10111010
Octal 347 52 272
Decimal 231 42 186
Hex E7 2A BA

RGB Percentages of Color #e72aba

%50.33
%9.15
%40.52

CMYK Percentages of Color #e72aba

%0
%82
%19
%9

Triadic Colors of #e72aba

#e72aba #bae72a #2abae7

Analogous Colors of #e72aba

#e72aba #e72a5c #b62ae7

Monochromatic Colors of #e72aba

#e72aba

Complementary Color

#e72aba #2ae757

#e72aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72aba Color CSS Codes

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

#e72aba Text Font Color

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

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


#e72aba Background Color

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

This div background color is #e72aba


#e72aba Border Color

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

This div border color is #e72aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72aba


Comments

No comments written yet.

Please login to write comment.