Color Hex Logo

#e54cfb Color Hex

#E54CFB
(229,76,251)
0 Favorites   0 Comments

Color spaces of #e54cfb

RGB 22976251
HSL0.810.960.64
HSV292°70°98°
CMYK 0.090.700.00   0.02
XYZ52.310128.791994.0671
Yxy28.79190.29860.1644
Hunter Lab53.658180.1141-66.3797
CIE-Lab60.597579.5883-58.4181

#e54cfb color RGB value is (229,76,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001100 11111011
Octal 345 114 373
Decimal 229 76 251
Hex E5 4C FB

RGB Percentages of Color #e54cfb

%41.19
%13.67
%45.14

CMYK Percentages of Color #e54cfb

%9
%70
%0
%2

Triadic Colors of #e54cfb

#e54cfb #fbe54c #4cfbe5

Analogous Colors of #e54cfb

#e54cfb #fb4cba #8e4cfb

Monochromatic Colors of #e54cfb

#e54cfb

Complementary Color

#e54cfb #62fb4c

#e54cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54cfb Color CSS Codes

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

#e54cfb Text Font Color

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

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


#e54cfb Background Color

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

This div background color is #e54cfb


#e54cfb Border Color

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

This div border color is #e54cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54cfb


Comments

No comments written yet.

Please login to write comment.