Color Hex Logo

#e73baa Color Hex

#E73BAA
(231,59,170)
0 Favorites   0 Comments

Color spaces of #e73baa

RGB 23159170
HSL0.890.780.57
HSV321°74°91°
CMYK 0.000.740.26   0.09
XYZ41.774723.019140.2716
Yxy23.01910.39760.2191
Hunter Lab47.978271.4583-16.1816
CIE-Lab55.092073.7248-20.9907

#e73baa color RGB value is (231,59,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111011 10101010
Octal 347 73 252
Decimal 231 59 170
Hex E7 3B AA

RGB Percentages of Color #e73baa

%50.22
%12.83
%36.96

CMYK Percentages of Color #e73baa

%0
%74
%26
%9

Triadic Colors of #e73baa

#e73baa #aae73b #3baae7

Analogous Colors of #e73baa

#e73baa #e73b54 #ce3be7

Monochromatic Colors of #e73baa

#e73baa

Complementary Color

#e73baa #3be778

#e73baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73baa Color CSS Codes

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

#e73baa Text Font Color

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

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


#e73baa Background Color

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

This div background color is #e73baa


#e73baa Border Color

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

This div border color is #e73baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,59,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 #e73baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73baa


Comments

No comments written yet.

Please login to write comment.