Color Hex Logo

#e50cad Color Hex

#E50CAD
(229,12,173)
0 Favorites   0 Comments

Color spaces of #e50cad

RGB 22912173
HSL0.880.900.47
HSV315°95°90°
CMYK 0.000.950.24   0.10
XYZ39.987419.938141.2760
Yxy19.93810.39510.1970
Hunter Lab44.652181.7114-23.5507
CIE-Lab51.767282.5552-27.9069

#e50cad color RGB value is (229,12,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001100 10101101
Octal 345 14 255
Decimal 229 12 173
Hex E5 C AD

RGB Percentages of Color #e50cad

%55.31
%2.90
%41.79

CMYK Percentages of Color #e50cad

%0
%95
%24
%10

Triadic Colors of #e50cad

#e50cad #ade50c #0cade5

Analogous Colors of #e50cad

#e50cad #e50c41 #b10ce5

Monochromatic Colors of #e50cad

#e50cad

Complementary Color

#e50cad #0ce544

#e50cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50cad Color CSS Codes

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

#e50cad Text Font Color

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

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


#e50cad Background Color

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

This div background color is #e50cad


#e50cad Border Color

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

This div border color is #e50cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50cad


Comments

No comments written yet.

Please login to write comment.