Color Hex Logo

#e542fb Color Hex

#E542FB
(229,66,251)
0 Favorites   0 Comments

Color spaces of #e542fb

RGB 22966251
HSL0.810.960.62
HSV293°74°98°
CMYK 0.090.740.00   0.02
XYZ51.673927.519593.8551
Yxy27.51950.29860.1590
Hunter Lab52.459084.0252-69.3551
CIE-Lab59.452182.8575-60.2498

#e542fb color RGB value is (229,66,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000010 11111011
Octal 345 102 373
Decimal 229 66 251
Hex E5 42 FB

RGB Percentages of Color #e542fb

%41.94
%12.09
%45.97

CMYK Percentages of Color #e542fb

%9
%74
%0
%2

Triadic Colors of #e542fb

#e542fb #fbe542 #42fbe5

Analogous Colors of #e542fb

#e542fb #fb42b5 #8942fb

Monochromatic Colors of #e542fb

#e542fb

Complementary Color

#e542fb #58fb42

#e542fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e542fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e542fb Color CSS Codes

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

#e542fb Text Font Color

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

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


#e542fb Background Color

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

This div background color is #e542fb


#e542fb Border Color

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

This div border color is #e542fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e542fb


Comments

No comments written yet.

Please login to write comment.