Color Hex Logo

#e506ef Color Hex

#E506EF
(229,6,239)
0 Favorites   0 Comments

Color spaces of #e506ef

RGB 2296239
HSL0.830.950.48
HSV297°97°94°
CMYK 0.040.970.00   0.06
XYZ47.958223.020383.5770
Yxy23.02030.31030.1489
Hunter Lab47.979594.4568-69.6935
CIE-Lab55.093291.6202-60.5468

#e506ef color RGB value is (229,6,239).

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

The process color (four color CMYK) of #e506ef color hex is 0.04, 0.97, 0.00, 0.06. Web safe color of #e506ef is #cc00ff. Color #e506ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000110 11101111
Octal 345 6 357
Decimal 229 6 239
Hex E5 6 EF

RGB Percentages of Color #e506ef

%48.31
%1.27
%50.42

CMYK Percentages of Color #e506ef

%4
%97
%0
%6

Triadic Colors of #e506ef

#e506ef #efe506 #06efe5

Analogous Colors of #e506ef

#e506ef #ef0685 #7106ef

Monochromatic Colors of #e506ef

#e506ef

Complementary Color

#e506ef #10ef06

#e506ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e506ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e506ef Color CSS Codes

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

#e506ef Text Font Color

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

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


#e506ef Background Color

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

This div background color is #e506ef


#e506ef Border Color

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

This div border color is #e506ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e506ef


Comments

No comments written yet.

Please login to write comment.