Color Hex Logo

#ec0aad Color Hex

#EC0AAD
(236,10,173)
0 Favorites   0 Comments

Color spaces of #ec0aad

RGB 23610173
HSL0.880.920.48
HSV317°96°93°
CMYK 0.000.960.27   0.07
XYZ42.243421.067141.3750
Yxy21.06710.40350.2012
Hunter Lab45.898983.9607-21.3170
CIE-Lab53.022984.0600-25.8576

#ec0aad color RGB value is (236,10,173).

#ec0aad hex color red value is 236, green value is 10 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ec0aad hue: 0.88 , saturation: 0.92 and the lightness value of ec0aad is 0.48.

The process color (four color CMYK) of #ec0aad color hex is 0.00, 0.96, 0.27, 0.07. Web safe color of #ec0aad is #ff0099. Color #ec0aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001010 10101101
Octal 354 12 255
Decimal 236 10 173
Hex EC A AD

RGB Percentages of Color #ec0aad

%56.32
%2.39
%41.29

CMYK Percentages of Color #ec0aad

%0
%96
%27
%7

Triadic Colors of #ec0aad

#ec0aad #adec0a #0aadec

Analogous Colors of #ec0aad

#ec0aad #ec0a3c #ba0aec

Monochromatic Colors of #ec0aad

#ec0aad

Complementary Color

#ec0aad #0aec49

#ec0aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0aad Color CSS Codes

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

#ec0aad Text Font Color

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

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


#ec0aad Background Color

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

This div background color is #ec0aad


#ec0aad Border Color

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

This div border color is #ec0aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,10,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 #ec0aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0aad


Comments

No comments written yet.

Please login to write comment.