Color Hex Logo

#e542fc Color Hex

#E542FC
(229,66,252)
0 Favorites   0 Comments

Color spaces of #e542fc

RGB 22966252
HSL0.810.970.62
HSV293°74°99°
CMYK 0.090.740.00   0.01
XYZ51.832027.582794.6876
Yxy27.58270.29770.1584
Hunter Lab52.519284.2556-70.1312
CIE-Lab59.509883.0245-60.7114

#e542fc color RGB value is (229,66,252).

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

The process color (four color CMYK) of #e542fc color hex is 0.09, 0.74, 0.00, 0.01. Web safe color of #e542fc is #cc33ff. Color #e542fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000010 11111100
Octal 345 102 374
Decimal 229 66 252
Hex E5 42 FC

RGB Percentages of Color #e542fc

%41.86
%12.07
%46.07

CMYK Percentages of Color #e542fc

%9
%74
%0
%1

Triadic Colors of #e542fc

#e542fc #fce542 #42fce5

Analogous Colors of #e542fc

#e542fc #fc42b6 #8842fc

Monochromatic Colors of #e542fc

#e542fc

Complementary Color

#e542fc #59fc42

#e542fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e542fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e542fc Color CSS Codes

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

#e542fc Text Font Color

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

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


#e542fc Background Color

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

This div background color is #e542fc


#e542fc Border Color

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

This div border color is #e542fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e542fc


Comments

No comments written yet.

Please login to write comment.