Color Hex Logo

#e75497 Color Hex

#E75497
(231,84,151)
0 Favorites   0 Comments

Color spaces of #e75497

RGB 23184151
HSL0.920.750.62
HSV333°64°91°
CMYK 0.000.640.35   0.09
XYZ41.711225.563932.0141
Yxy25.56390.42010.2575
Hunter Lab50.560858.7762-2.1488
CIE-Lab57.620862.6322-6.0591

#e75497 color RGB value is (231,84,151).

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

The process color (four color CMYK) of #e75497 color hex is 0.00, 0.64, 0.35, 0.09. Web safe color of #e75497 is #ff6699. Color #e75497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010100 10010111
Octal 347 124 227
Decimal 231 84 151
Hex E7 54 97

RGB Percentages of Color #e75497

%49.57
%18.03
%32.40

CMYK Percentages of Color #e75497

%0
%64
%35
%9

Triadic Colors of #e75497

#e75497 #97e754 #5497e7

Analogous Colors of #e75497

#e75497 #e75b54 #e754e1

Monochromatic Colors of #e75497

#e75497

Complementary Color

#e75497 #54e7a4

#e75497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75497 Color CSS Codes

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

#e75497 Text Font Color

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

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


#e75497 Background Color

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

This div background color is #e75497


#e75497 Border Color

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

This div border color is #e75497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75497


Comments

No comments written yet.

Please login to write comment.