Color Hex Logo

#e50aca Color Hex

#E50ACA
(229,10,202)
0 Favorites   0 Comments

Color spaces of #e50aca

RGB 22910202
HSL0.850.920.47
HSV307°96°90°
CMYK 0.000.960.12   0.10
XYZ43.082321.139457.6867
Yxy21.13940.35340.1734
Hunter Lab45.977686.7987-42.2050
CIE-Lab53.101786.2293-42.6926

#e50aca color RGB value is (229,10,202).

#e50aca hex color red value is 229, green value is 10 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e50aca hue: 0.85 , saturation: 0.92 and the lightness value of e50aca is 0.47.

The process color (four color CMYK) of #e50aca color hex is 0.00, 0.96, 0.12, 0.10. Web safe color of #e50aca is #cc00cc. Color #e50aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001010 11001010
Octal 345 12 312
Decimal 229 10 202
Hex E5 A CA

RGB Percentages of Color #e50aca

%51.93
%2.27
%45.80

CMYK Percentages of Color #e50aca

%0
%96
%12
%10

Triadic Colors of #e50aca

#e50aca #cae50a #0acae5

Analogous Colors of #e50aca

#e50aca #e50a5c #930ae5

Monochromatic Colors of #e50aca

#e50aca

Complementary Color

#e50aca #0ae525

#e50aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50aca Color CSS Codes

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

#e50aca Text Font Color

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

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


#e50aca Background Color

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

This div background color is #e50aca


#e50aca Border Color

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

This div border color is #e50aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50aca


Comments

No comments written yet.

Please login to write comment.