Color Hex Logo

#ec00ad Color Hex

#EC00AD
(236,0,173)
0 Favorites   0 Comments

Color spaces of #ec00ad

RGB 2360173
HSL0.881.000.46
HSV316°100°93°
CMYK 0.001.000.27   0.07
XYZ42.134920.850041.3389
Yxy20.85000.40390.1999
Hunter Lab45.661884.8046-21.7136
CIE-Lab52.784984.7585-26.2256

#ec00ad color RGB value is (236,0,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000000 10101101
Octal 354 0 255
Decimal 236 0 173
Hex EC 0 AD

RGB Percentages of Color #ec00ad

%57.70
%0.00
%42.30

CMYK Percentages of Color #ec00ad

%0
%100
%27
%7

Triadic Colors of #ec00ad

#ec00ad #adec00 #00adec

Analogous Colors of #ec00ad

#ec00ad #ec0037 #b500ec

Monochromatic Colors of #ec00ad

#ec00ad

Complementary Color

#ec00ad #00ec3f

#ec00ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec00ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec00ad Color CSS Codes

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

#ec00ad Text Font Color

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

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


#ec00ad Background Color

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

This div background color is #ec00ad


#ec00ad Border Color

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

This div border color is #ec00ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec00ad


Comments

No comments written yet.

Please login to write comment.