Color Hex Logo

#ec156c Color Hex

#EC156C
(236,21,108)
0 Favorites   0 Comments

Color spaces of #ec156c

RGB 23621108
HSL0.930.850.50
HSV336°91°93°
CMYK 0.000.910.54   0.07
XYZ37.567019.451915.9619
Yxy19.45190.51480.2665
Hunter Lab44.104374.85959.4152
CIE-Lab51.211877.232110.4263

#ec156c color RGB value is (236,21,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010101 01101100
Octal 354 25 154
Decimal 236 21 108
Hex EC 15 6C

RGB Percentages of Color #ec156c

%64.66
%5.75
%29.59

CMYK Percentages of Color #ec156c

%0
%91
%54
%7

Triadic Colors of #ec156c

#ec156c #6cec15 #156cec

Analogous Colors of #ec156c

#ec156c #ec2a15 #ec15d8

Monochromatic Colors of #ec156c

#ec156c

Complementary Color

#ec156c #15ec95

#ec156c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec156c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec156c Color CSS Codes

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

#ec156c Text Font Color

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

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


#ec156c Background Color

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

This div background color is #ec156c


#ec156c Border Color

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

This div border color is #ec156c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec156c


Comments

No comments written yet.

Please login to write comment.