Color Hex Logo

#e72baa Color Hex

#E72BAA
(231,43,170)
0 Favorites   0 Comments

Color spaces of #e72baa

RGB 23143170
HSL0.890.800.54
HSV319°81°91°
CMYK 0.000.810.26   0.09
XYZ41.074621.619040.0382
Yxy21.61900.39980.2104
Hunter Lab46.496276.3178-18.5076
CIE-Lab53.620477.9322-23.2501

#e72baa color RGB value is (231,43,170).

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

The process color (four color CMYK) of #e72baa color hex is 0.00, 0.81, 0.26, 0.09. Web safe color of #e72baa is #ff3399. Color #e72baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101011 10101010
Octal 347 53 252
Decimal 231 43 170
Hex E7 2B AA

RGB Percentages of Color #e72baa

%52.03
%9.68
%38.29

CMYK Percentages of Color #e72baa

%0
%81
%26
%9

Triadic Colors of #e72baa

#e72baa #aae72b #2baae7

Analogous Colors of #e72baa

#e72baa #e72b4c #c62be7

Monochromatic Colors of #e72baa

#e72baa

Complementary Color

#e72baa #2be768

#e72baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72baa Color CSS Codes

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

#e72baa Text Font Color

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

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


#e72baa Background Color

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

This div background color is #e72baa


#e72baa Border Color

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

This div border color is #e72baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72baa


Comments

No comments written yet.

Please login to write comment.