Color Hex Logo

#ec156e Color Hex

#EC156E
(236,21,110)
0 Favorites   0 Comments

Color spaces of #ec156e

RGB 23621110
HSL0.930.850.50
HSV335°91°93°
CMYK 0.000.910.53   0.07
XYZ37.674719.495016.5291
Yxy19.49500.51120.2645
Hunter Lab44.153175.04138.7115
CIE-Lab51.261477.36869.2772

#ec156e color RGB value is (236,21,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010101 01101110
Octal 354 25 156
Decimal 236 21 110
Hex EC 15 6E

RGB Percentages of Color #ec156e

%64.31
%5.72
%29.97

CMYK Percentages of Color #ec156e

%0
%91
%53
%7

Triadic Colors of #ec156e

#ec156e #6eec15 #156eec

Analogous Colors of #ec156e

#ec156e #ec2715 #ec15da

Monochromatic Colors of #ec156e

#ec156e

Complementary Color

#ec156e #15ec93

#ec156e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec156e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec156e Color CSS Codes

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

#ec156e Text Font Color

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

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


#ec156e Background Color

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

This div background color is #ec156e


#ec156e Border Color

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

This div border color is #ec156e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec156e


Comments

No comments written yet.

Please login to write comment.