Color Hex Logo

#e52cfb Color Hex

#E52CFB
(229,44,251)
0 Favorites   0 Comments

Color spaces of #e52cfb

RGB 22944251
HSL0.820.960.58
HSV294°82°98°
CMYK 0.090.820.00   0.02
XYZ50.626425.424493.5059
Yxy25.42440.29860.1499
Hunter Lab50.422690.9818-74.6541
CIE-Lab57.486688.5532-63.4022

#e52cfb color RGB value is (229,44,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101100 11111011
Octal 345 54 373
Decimal 229 44 251
Hex E5 2C FB

RGB Percentages of Color #e52cfb

%43.70
%8.40
%47.90

CMYK Percentages of Color #e52cfb

%9
%82
%0
%2

Triadic Colors of #e52cfb

#e52cfb #fbe52c #2cfbe5

Analogous Colors of #e52cfb

#e52cfb #fb2caa #7e2cfb

Monochromatic Colors of #e52cfb

#e52cfb

Complementary Color

#e52cfb #42fb2c

#e52cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52cfb Color CSS Codes

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

#e52cfb Text Font Color

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

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


#e52cfb Background Color

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

This div background color is #e52cfb


#e52cfb Border Color

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

This div border color is #e52cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,44,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 #e52cfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.