Color Hex Logo

#e54acf Color Hex

#E54ACF
(229,74,207)
0 Favorites   0 Comments

Color spaces of #e54acf

RGB 22974207
HSL0.860.750.59
HSV309°68°90°
CMYK 0.000.680.10   0.10
XYZ46.024426.060661.6359
Yxy26.06060.34420.1949
Hunter Lab51.049671.5922-35.8504
CIE-Lab58.094573.2598-37.6962

#e54acf color RGB value is (229,74,207).

#e54acf hex color red value is 229, green value is 74 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e54acf hue: 0.86 , saturation: 0.75 and the lightness value of e54acf is 0.59.

The process color (four color CMYK) of #e54acf color hex is 0.00, 0.68, 0.10, 0.10. Web safe color of #e54acf is #cc33cc. Color #e54acf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001010 11001111
Octal 345 112 317
Decimal 229 74 207
Hex E5 4A CF

RGB Percentages of Color #e54acf

%44.90
%14.51
%40.59

CMYK Percentages of Color #e54acf

%0
%68
%10
%10

Triadic Colors of #e54acf

#e54acf #cfe54a #4acfe5

Analogous Colors of #e54acf

#e54acf #e54a82 #ae4ae5

Monochromatic Colors of #e54acf

#e54acf

Complementary Color

#e54acf #4ae560

#e54acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54acf Color CSS Codes

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

#e54acf Text Font Color

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

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


#e54acf Background Color

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

This div background color is #e54acf


#e54acf Border Color

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

This div border color is #e54acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,74,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54acf

#e54acf Color Palettes


Comments

No comments written yet.

Please login to write comment.