Color Hex Logo

#ec6cad Color Hex

#EC6CAD
(236,108,173)
0 Favorites   0 Comments

Color spaces of #ec6cad

RGB 236108173
HSL0.920.770.67
HSV330°54°93°
CMYK 0.000.540.27   0.07
XYZ47.497531.575143.1264
Yxy31.57510.38870.2584
Hunter Lab56.191752.5462-6.1701
CIE-Lab62.990156.3031-10.6884

#ec6cad color RGB value is (236,108,173).

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

The process color (four color CMYK) of #ec6cad color hex is 0.00, 0.54, 0.27, 0.07. Web safe color of #ec6cad is #ff6699. Color #ec6cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101100 10101101
Octal 354 154 255
Decimal 236 108 173
Hex EC 6C AD

RGB Percentages of Color #ec6cad

%45.65
%20.89
%33.46

CMYK Percentages of Color #ec6cad

%0
%54
%27
%7

Triadic Colors of #ec6cad

#ec6cad #adec6c #6cadec

Analogous Colors of #ec6cad

#ec6cad #ec6c6d #eb6cec

Monochromatic Colors of #ec6cad

#ec6cad

Complementary Color

#ec6cad #6cecab

#ec6cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6cad Color CSS Codes

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

#ec6cad Text Font Color

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

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


#ec6cad Background Color

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

This div background color is #ec6cad


#ec6cad Border Color

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

This div border color is #ec6cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6cad


Comments

No comments written yet.

Please login to write comment.