Color Hex Logo

#e54afe Color Hex

#E54AFE
(229,74,254)
0 Favorites   0 Comments

Color spaces of #e54afe

RGB 22974254
HSL0.810.990.64
HSV292°71°100°
CMYK 0.100.710.00   0.00
XYZ52.651328.711396.5327
Yxy28.71130.29600.1614
Hunter Lab53.582981.6264-69.3063
CIE-Lab60.526080.7856-60.1914

#e54afe color RGB value is (229,74,254).

#e54afe hex color red value is 229, green value is 74 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e54afe hue: 0.81 , saturation: 0.99 and the lightness value of e54afe is 0.64.

The process color (four color CMYK) of #e54afe color hex is 0.10, 0.71, 0.00, 0.00. Web safe color of #e54afe is #cc33ff. Color #e54afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001010 11111110
Octal 345 112 376
Decimal 229 74 254
Hex E5 4A FE

RGB Percentages of Color #e54afe

%41.11
%13.29
%45.60

CMYK Percentages of Color #e54afe

%10
%71
%0
%0

Triadic Colors of #e54afe

#e54afe #fee54a #4afee5

Analogous Colors of #e54afe

#e54afe #fe4abd #8b4afe

Monochromatic Colors of #e54afe

#e54afe

Complementary Color

#e54afe #63fe4a

#e54afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54afe Color CSS Codes

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

#e54afe Text Font Color

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

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


#e54afe Background Color

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

This div background color is #e54afe


#e54afe Border Color

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

This div border color is #e54afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54afe

Related Colors


Comments

No comments written yet.

Please login to write comment.