Color Hex Logo

#e506fe Color Hex

#E506FE
(229,6,254)
0 Favorites   0 Comments

Color spaces of #e506fe

RGB 2296254
HSL0.820.990.51
HSV294°98°100°
CMYK 0.100.980.00   0.00
XYZ50.267623.944095.7382
Yxy23.94400.29580.1409
Hunter Lab48.932697.7378-81.7499
CIE-Lab56.031793.8647-67.4117

#e506fe color RGB value is (229,6,254).

#e506fe hex color red value is 229, green value is 6 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e506fe hue: 0.82 , saturation: 0.99 and the lightness value of e506fe is 0.51.

The process color (four color CMYK) of #e506fe color hex is 0.10, 0.98, 0.00, 0.00. Web safe color of #e506fe is #cc00ff. Color #e506fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000110 11111110
Octal 345 6 376
Decimal 229 6 254
Hex E5 6 FE

RGB Percentages of Color #e506fe

%46.83
%1.23
%51.94

CMYK Percentages of Color #e506fe

%10
%98
%0
%0

Triadic Colors of #e506fe

#e506fe #fee506 #06fee5

Analogous Colors of #e506fe

#e506fe #fe069b #6906fe

Monochromatic Colors of #e506fe

#e506fe

Complementary Color

#e506fe #1ffe06

#e506fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e506fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e506fe Color CSS Codes

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

#e506fe Text Font Color

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

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


#e506fe Background Color

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

This div background color is #e506fe


#e506fe Border Color

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

This div border color is #e506fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e506fe

Related Colors


Comments

No comments written yet.

Please login to write comment.