Color Hex Logo

#e75baf Color Hex

#E75BAF
(231,91,175)
0 Favorites   0 Comments

Color spaces of #e75baf

RGB 23191175
HSL0.900.740.63
HSV324°61°91°
CMYK 0.000.610.24   0.09
XYZ44.433927.566243.5363
Yxy27.56620.38460.2386
Hunter Lab52.503559.1840-12.4112
CIE-Lab59.494862.6483-17.1788

#e75baf color RGB value is (231,91,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011011 10101111
Octal 347 133 257
Decimal 231 91 175
Hex E7 5B AF

RGB Percentages of Color #e75baf

%46.48
%18.31
%35.21

CMYK Percentages of Color #e75baf

%0
%61
%24
%9

Triadic Colors of #e75baf

#e75baf #afe75b #5bafe7

Analogous Colors of #e75baf

#e75baf #e75b69 #d95be7

Monochromatic Colors of #e75baf

#e75baf

Complementary Color

#e75baf #5be793

#e75baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75baf Color CSS Codes

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

#e75baf Text Font Color

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

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


#e75baf Background Color

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

This div background color is #e75baf


#e75baf Border Color

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

This div border color is #e75baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75baf


Comments

No comments written yet.

Please login to write comment.