Color Hex Logo

#e506ab Color Hex

#E506AB
(229,6,171)
0 Favorites   0 Comments

Color spaces of #e506ab

RGB 2296171
HSL0.880.950.46
HSV316°97°90°
CMYK 0.000.970.25   0.10
XYZ39.728919.728540.2421
Yxy19.72850.39850.1979
Hunter Lab44.416881.9312-22.6257
CIE-Lab51.528882.7734-27.0990

#e506ab color RGB value is (229,6,171).

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

The process color (four color CMYK) of #e506ab color hex is 0.00, 0.97, 0.25, 0.10. Web safe color of #e506ab is #cc0099. Color #e506ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000110 10101011
Octal 345 6 253
Decimal 229 6 171
Hex E5 6 AB

RGB Percentages of Color #e506ab

%56.40
%1.48
%42.12

CMYK Percentages of Color #e506ab

%0
%97
%25
%10

Triadic Colors of #e506ab

#e506ab #abe506 #06abe5

Analogous Colors of #e506ab

#e506ab #e5063c #b006e5

Monochromatic Colors of #e506ab

#e506ab

Complementary Color

#e506ab #06e540

#e506ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e506ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e506ab Color CSS Codes

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

#e506ab Text Font Color

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

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


#e506ab Background Color

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

This div background color is #e506ab


#e506ab Border Color

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

This div border color is #e506ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e506ab


Comments

No comments written yet.

Please login to write comment.