Color Hex Logo

#e506ed Color Hex

#E506ED
(229,6,237)
0 Favorites   0 Comments

Color spaces of #e506ed

RGB 2296237
HSL0.830.950.48
HSV298°97°93°
CMYK 0.030.970.00   0.07
XYZ47.664322.902782.0292
Yxy22.90270.31240.1501
Hunter Lab47.856894.0328-68.1267
CIE-Lab54.972091.3281-59.6184

#e506ed color RGB value is (229,6,237).

#e506ed hex color red value is 229, green value is 6 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e506ed hue: 0.83 , saturation: 0.95 and the lightness value of e506ed is 0.48.

The process color (four color CMYK) of #e506ed color hex is 0.03, 0.97, 0.00, 0.07. Web safe color of #e506ed is #cc00ff. Color #e506ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000110 11101101
Octal 345 6 355
Decimal 229 6 237
Hex E5 6 ED

RGB Percentages of Color #e506ed

%48.52
%1.27
%50.21

CMYK Percentages of Color #e506ed

%3
%97
%0
%7

Triadic Colors of #e506ed

#e506ed #ede506 #06ede5

Analogous Colors of #e506ed

#e506ed #ed0682 #7206ed

Monochromatic Colors of #e506ed

#e506ed

Complementary Color

#e506ed #0eed06

#e506ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e506ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e506ed Color CSS Codes

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

#e506ed Text Font Color

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

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


#e506ed Background Color

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

This div background color is #e506ed


#e506ed Border Color

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

This div border color is #e506ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e506ed


Comments

No comments written yet.

Please login to write comment.