Color Hex Logo

#e54abf Color Hex

#E54ABF
(229,74,191)
0 Favorites   0 Comments

Color spaces of #e54abf

RGB 22974191
HSL0.870.750.59
HSV315°68°90°
CMYK 0.000.680.17   0.10
XYZ44.165825.317251.8491
Yxy25.31720.36400.2087
Hunter Lab50.316268.6277-25.8749
CIE-Lab57.383270.9680-29.6567

#e54abf color RGB value is (229,74,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001010 10111111
Octal 345 112 277
Decimal 229 74 191
Hex E5 4A BF

RGB Percentages of Color #e54abf

%46.36
%14.98
%38.66

CMYK Percentages of Color #e54abf

%0
%68
%17
%10

Triadic Colors of #e54abf

#e54abf #bfe54a #4abfe5

Analogous Colors of #e54abf

#e54abf #e54a72 #be4ae5

Monochromatic Colors of #e54abf

#e54abf

Complementary Color

#e54abf #4ae570

#e54abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54abf Color CSS Codes

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

#e54abf Text Font Color

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

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


#e54abf Background Color

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

This div background color is #e54abf


#e54abf Border Color

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

This div border color is #e54abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54abf


Comments

No comments written yet.

Please login to write comment.