Color Hex Logo

#e50699 Color Hex

#E50699
(229,6,153)
0 Favorites   0 Comments

Color spaces of #e50699

RGB 2296153
HSL0.890.950.46
HSV320°97°90°
CMYK 0.000.970.33   0.10
XYZ38.128019.088231.8118
Yxy19.08820.42830.2144
Hunter Lab43.690079.3181-12.5875
CIE-Lab50.790280.8666-17.5552

#e50699 color RGB value is (229,6,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000110 10011001
Octal 345 6 231
Decimal 229 6 153
Hex E5 6 99

RGB Percentages of Color #e50699

%59.02
%1.55
%39.43

CMYK Percentages of Color #e50699

%0
%97
%33
%10

Triadic Colors of #e50699

#e50699 #99e506 #0699e5

Analogous Colors of #e50699

#e50699 #e50629 #c206e5

Monochromatic Colors of #e50699

#e50699

Complementary Color

#e50699 #06e552

#e50699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50699 Color CSS Codes

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

#e50699 Text Font Color

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

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


#e50699 Background Color

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

This div background color is #e50699


#e50699 Border Color

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

This div border color is #e50699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50699


Comments

No comments written yet.

Please login to write comment.