Color Hex Logo

#ec8cad Color Hex

#EC8CAD
(236,140,173)
0 Favorites   0 Comments

Color spaces of #ec8cad

RGB 236140173
HSL0.940.720.74
HSV339°41°93°
CMYK 0.000.410.27   0.07
XYZ51.513039.606244.4649
Yxy39.60620.37990.2921
Hunter Lab62.933535.97432.1628
CIE-Lab69.188140.4680-1.5063

#ec8cad color RGB value is (236,140,173).

#ec8cad hex color red value is 236, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ec8cad hue: 0.94 , saturation: 0.72 and the lightness value of ec8cad is 0.74.

The process color (four color CMYK) of #ec8cad color hex is 0.00, 0.41, 0.27, 0.07. Web safe color of #ec8cad is #ff9999. Color #ec8cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001100 10101101
Octal 354 214 255
Decimal 236 140 173
Hex EC 8C AD

RGB Percentages of Color #ec8cad

%42.99
%25.50
%31.51

CMYK Percentages of Color #ec8cad

%0
%41
%27
%7

Triadic Colors of #ec8cad

#ec8cad #adec8c #8cadec

Analogous Colors of #ec8cad

#ec8cad #ec9b8c #ec8cdd

Monochromatic Colors of #ec8cad

#ec8cad

Complementary Color

#ec8cad #8ceccb

#ec8cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8cad Color CSS Codes

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

#ec8cad Text Font Color

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

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


#ec8cad Background Color

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

This div background color is #ec8cad


#ec8cad Border Color

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

This div border color is #ec8cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8cad


Comments

No comments written yet.

Please login to write comment.