color codes Logo

#e542fa color codes

#E542FA
(229,66,250)
0 Favorites   0 Comments

Color spaces of #e542fa

RGB 22966250
HSL0.810.950.62
HSV293°74°98°
CMYK 0.080.740.00   0.02
XYZ51.516627.456693.0269
Yxy27.45660.29950.1596
Hunter Lab52.399083.7956-68.5815
CIE-Lab59.394682.6909-59.7874

#e542fa color RGB value is (229,66,250).

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

The process color (four color CMYK) of #e542fa color code is 0.08, 0.74, 0.00, 0.02. Web safe color of #e542fa is #cc33ff. Color #e542fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000010 11111010
Octal 345 102 372
Decimal 229 66 250
Hex E5 42 FA

RGB Percentages of Color #e542fa

%42.02
%12.11
%45.87

CMYK Percentages of Color #e542fa

%8
%74
%0
%2

Triadic Colors of #e542fa

#e542fa #fae542 #42fae5

Analogous Colors of #e542fa

#e542fa #fa42b3 #8942fa

Monochromatic Colors of #e542fa

#e542fa

Complementary Color

#e542fa #57fa42

#e542fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e542fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e542fa Color CSS Codes

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

#e542fa Text Font Color

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

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


#e542fa Background Color

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

This div background color is #e542fa


#e542fa Border Color

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

This div border color is #e542fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e542fa


Comments

No comments written yet.

Please login to write comment.