Color Hex Logo

#e754af Color Hex

#E754AF
(231,84,175)
0 Favorites   0 Comments

Color spaces of #e754af

RGB 23184175
HSL0.900.750.62
HSV323°64°91°
CMYK 0.000.640.24   0.09
XYZ43.863226.424743.3461
Yxy26.42470.38600.2325
Hunter Lab51.405062.3531-14.0115
CIE-Lab58.438065.5349-18.7859

#e754af color RGB value is (231,84,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010100 10101111
Octal 347 124 257
Decimal 231 84 175
Hex E7 54 AF

RGB Percentages of Color #e754af

%47.14
%17.14
%35.71

CMYK Percentages of Color #e754af

%0
%64
%24
%9

Triadic Colors of #e754af

#e754af #afe754 #54afe7

Analogous Colors of #e754af

#e754af #e75466 #d654e7

Monochromatic Colors of #e754af

#e754af

Complementary Color

#e754af #54e78c

#e754af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e754af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e754af Color CSS Codes

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

#e754af Text Font Color

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

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


#e754af Background Color

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

This div background color is #e754af


#e754af Border Color

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

This div border color is #e754af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e754af


Comments

No comments written yet.

Please login to write comment.