Color Hex Logo

#e75bae Color Hex

#E75BAE
(231,91,174)
0 Favorites   0 Comments

Color spaces of #e75bae

RGB 23191174
HSL0.900.740.63
HSV324°61°91°
CMYK 0.000.610.25   0.09
XYZ44.336127.527143.0209
Yxy27.52710.38590.2396
Hunter Lab52.466359.0237-11.8898
CIE-Lab59.459162.5173-16.6566

#e75bae color RGB value is (231,91,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011011 10101110
Octal 347 133 256
Decimal 231 91 174
Hex E7 5B AE

RGB Percentages of Color #e75bae

%46.57
%18.35
%35.08

CMYK Percentages of Color #e75bae

%0
%61
%25
%9

Triadic Colors of #e75bae

#e75bae #aee75b #5baee7

Analogous Colors of #e75bae

#e75bae #e75b68 #da5be7

Monochromatic Colors of #e75bae

#e75bae

Complementary Color

#e75bae #5be794

#e75bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75bae Color CSS Codes

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

#e75bae Text Font Color

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

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


#e75bae Background Color

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

This div background color is #e75bae


#e75bae Border Color

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

This div border color is #e75bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75bae


Comments

No comments written yet.

Please login to write comment.