Color Hex Logo

#e54faf Color Hex

#E54FAF
(229,79,175)
0 Favorites   0 Comments

Color spaces of #e54faf

RGB 22979175
HSL0.890.740.60
HSV322°66°90°
CMYK 0.000.660.24   0.10
XYZ42.846925.345143.1913
Yxy25.34510.38470.2275
Hunter Lab50.343963.8166-15.6256
CIE-Lab57.410166.9578-20.3828

#e54faf color RGB value is (229,79,175).

#e54faf hex color red value is 229, green value is 79 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e54faf hue: 0.89 , saturation: 0.74 and the lightness value of e54faf is 0.60.

The process color (four color CMYK) of #e54faf color hex is 0.00, 0.66, 0.24, 0.10. Web safe color of #e54faf is #cc6699. Color #e54faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001111 10101111
Octal 345 117 257
Decimal 229 79 175
Hex E5 4F AF

RGB Percentages of Color #e54faf

%47.41
%16.36
%36.23

CMYK Percentages of Color #e54faf

%0
%66
%24
%10

Triadic Colors of #e54faf

#e54faf #afe54f #4fafe5

Analogous Colors of #e54faf

#e54faf #e54f64 #d04fe5

Monochromatic Colors of #e54faf

#e54faf

Complementary Color

#e54faf #4fe585

#e54faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54faf Color CSS Codes

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

#e54faf Text Font Color

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

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


#e54faf Background Color

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

This div background color is #e54faf


#e54faf Border Color

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

This div border color is #e54faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54faf


Comments

No comments written yet.

Please login to write comment.