Color Hex Logo

#e50caa Color Hex

#E50CAA
(229,12,170)
0 Favorites   0 Comments

Color spaces of #e50caa

RGB 22912170
HSL0.880.900.47
HSV316°95°90°
CMYK 0.000.950.26   0.10
XYZ39.700319.823239.7640
Yxy19.82320.39990.1997
Hunter Lab44.523381.2484-21.7860
CIE-Lab51.636782.2186-26.3424

#e50caa color RGB value is (229,12,170).

#e50caa hex color red value is 229, green value is 12 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e50caa hue: 0.88 , saturation: 0.90 and the lightness value of e50caa is 0.47.

The process color (four color CMYK) of #e50caa color hex is 0.00, 0.95, 0.26, 0.10. Web safe color of #e50caa is #cc0099. Color #e50caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001100 10101010
Octal 345 14 252
Decimal 229 12 170
Hex E5 C AA

RGB Percentages of Color #e50caa

%55.72
%2.92
%41.36

CMYK Percentages of Color #e50caa

%0
%95
%26
%10

Triadic Colors of #e50caa

#e50caa #aae50c #0caae5

Analogous Colors of #e50caa

#e50caa #e50c3d #b40ce5

Monochromatic Colors of #e50caa

#e50caa

Complementary Color

#e50caa #0ce547

#e50caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50caa Color CSS Codes

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

#e50caa Text Font Color

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

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


#e50caa Background Color

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

This div background color is #e50caa


#e50caa Border Color

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

This div border color is #e50caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50caa


Comments

No comments written yet.

Please login to write comment.