Color Hex Logo

#e757a6 Color Hex

#E757A6
(231,87,166)
0 Favorites   0 Comments

Color spaces of #e757a6

RGB 23187166
HSL0.910.750.62
HSV327°62°91°
CMYK 0.000.620.28   0.09
XYZ43.246126.558538.9234
Yxy26.55850.39770.2443
Hunter Lab51.534959.6041-8.7062
CIE-Lab58.563463.1737-13.3852

#e757a6 color RGB value is (231,87,166).

#e757a6 hex color red value is 231, green value is 87 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #e757a6 hue: 0.91 , saturation: 0.75 and the lightness value of e757a6 is 0.62.

The process color (four color CMYK) of #e757a6 color hex is 0.00, 0.62, 0.28, 0.09. Web safe color of #e757a6 is #ff6699. Color #e757a6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010111 10100110
Octal 347 127 246
Decimal 231 87 166
Hex E7 57 A6

RGB Percentages of Color #e757a6

%47.73
%17.98
%34.30

CMYK Percentages of Color #e757a6

%0
%62
%28
%9

Triadic Colors of #e757a6

#e757a6 #a6e757 #57a6e7

Analogous Colors of #e757a6

#e757a6 #e7575e #e057e7

Monochromatic Colors of #e757a6

#e757a6

Complementary Color

#e757a6 #57e798

#e757a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e757a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e757a6 Color CSS Codes

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

#e757a6 Text Font Color

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

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


#e757a6 Background Color

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

This div background color is #e757a6


#e757a6 Border Color

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

This div border color is #e757a6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e757a6


Comments

No comments written yet.

Please login to write comment.