Color Hex Logo

#e54cfa Color Hex

#E54CFA
(229,76,250)
0 Favorites   0 Comments

Color spaces of #e54cfa

RGB 22976250
HSL0.810.950.64
HSV293°70°98°
CMYK 0.080.700.00   0.02
XYZ52.152928.729093.2390
Yxy28.72900.29950.1650
Hunter Lab53.599479.8836-65.6184
CIE-Lab60.541779.4181-57.9538

#e54cfa color RGB value is (229,76,250).

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

The process color (four color CMYK) of #e54cfa color hex is 0.08, 0.70, 0.00, 0.02. Web safe color of #e54cfa is #cc33ff. Color #e54cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001100 11111010
Octal 345 114 372
Decimal 229 76 250
Hex E5 4C FA

RGB Percentages of Color #e54cfa

%41.26
%13.69
%45.05

CMYK Percentages of Color #e54cfa

%8
%70
%0
%2

Triadic Colors of #e54cfa

#e54cfa #fae54c #4cfae5

Analogous Colors of #e54cfa

#e54cfa #fa4cb8 #8e4cfa

Monochromatic Colors of #e54cfa

#e54cfa

Complementary Color

#e54cfa #61fa4c

#e54cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54cfa Color CSS Codes

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

#e54cfa Text Font Color

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

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


#e54cfa Background Color

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

This div background color is #e54cfa


#e54cfa Border Color

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

This div border color is #e54cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54cfa


Comments

No comments written yet.

Please login to write comment.