Color Hex Logo

#ec196c Color Hex

#EC196C
(236,25,108)
0 Favorites   0 Comments

Color spaces of #ec196c

RGB 23625108
HSL0.930.850.51
HSV336°89°93°
CMYK 0.000.890.54   0.07
XYZ37.646519.610815.9884
Yxy19.61080.51400.2677
Hunter Lab44.284174.24819.5927
CIE-Lab51.394376.704010.6827

#ec196c color RGB value is (236,25,108).

#ec196c hex color red value is 236, green value is 25 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ec196c hue: 0.93 , saturation: 0.85 and the lightness value of ec196c is 0.51.

The process color (four color CMYK) of #ec196c color hex is 0.00, 0.89, 0.54, 0.07. Web safe color of #ec196c is #ff0066. Color #ec196c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011001 01101100
Octal 354 31 154
Decimal 236 25 108
Hex EC 19 6C

RGB Percentages of Color #ec196c

%63.96
%6.78
%29.27

CMYK Percentages of Color #ec196c

%0
%89
%54
%7

Triadic Colors of #ec196c

#ec196c #6cec19 #196cec

Analogous Colors of #ec196c

#ec196c #ec2f19 #ec19d6

Monochromatic Colors of #ec196c

#ec196c

Complementary Color

#ec196c #19ec99

#ec196c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec196c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec196c Color CSS Codes

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

#ec196c Text Font Color

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

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


#ec196c Background Color

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

This div background color is #ec196c


#ec196c Border Color

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

This div border color is #ec196c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,25,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec196c


Comments

No comments written yet.

Please login to write comment.