Color Hex Logo

#e75baa Color Hex

#E75BAA
(231,91,170)
0 Favorites   0 Comments

Color spaces of #e75baa

RGB 23191170
HSL0.910.740.63
HSV326°61°91°
CMYK 0.000.610.26   0.09
XYZ43.951827.373440.9973
Yxy27.37340.39130.2437
Hunter Lab52.319658.3921-9.8355
CIE-Lab59.318462.0001-14.5611

#e75baa color RGB value is (231,91,170).

#e75baa hex color red value is 231, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e75baa hue: 0.91 , saturation: 0.74 and the lightness value of e75baa is 0.63.

The process color (four color CMYK) of #e75baa color hex is 0.00, 0.61, 0.26, 0.09. Web safe color of #e75baa is #ff6699. Color #e75baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011011 10101010
Octal 347 133 252
Decimal 231 91 170
Hex E7 5B AA

RGB Percentages of Color #e75baa

%46.95
%18.50
%34.55

CMYK Percentages of Color #e75baa

%0
%61
%26
%9

Triadic Colors of #e75baa

#e75baa #aae75b #5baae7

Analogous Colors of #e75baa

#e75baa #e75b64 #de5be7

Monochromatic Colors of #e75baa

#e75baa

Complementary Color

#e75baa #5be798

#e75baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75baa Color CSS Codes

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

#e75baa Text Font Color

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

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


#e75baa Background Color

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

This div background color is #e75baa


#e75baa Border Color

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

This div border color is #e75baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75baa


Comments

No comments written yet.

Please login to write comment.