Color Hex Logo

#ec156d Color Hex

#EC156D
(236,21,109)
0 Favorites   0 Comments

Color spaces of #ec156d

RGB 23621109
HSL0.930.850.50
HSV335°91°93°
CMYK 0.000.910.54   0.07
XYZ37.620619.473316.2439
Yxy19.47330.51300.2655
Hunter Lab44.128674.95039.0651
CIE-Lab51.236477.30039.8514

#ec156d color RGB value is (236,21,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010101 01101101
Octal 354 25 155
Decimal 236 21 109
Hex EC 15 6D

RGB Percentages of Color #ec156d

%64.48
%5.74
%29.78

CMYK Percentages of Color #ec156d

%0
%91
%54
%7

Triadic Colors of #ec156d

#ec156d #6dec15 #156dec

Analogous Colors of #ec156d

#ec156d #ec2915 #ec15d9

Monochromatic Colors of #ec156d

#ec156d

Complementary Color

#ec156d #15ec94

#ec156d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec156d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec156d Color CSS Codes

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

#ec156d Text Font Color

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

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


#ec156d Background Color

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

This div background color is #ec156d


#ec156d Border Color

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

This div border color is #ec156d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec156d


Comments

No comments written yet.

Please login to write comment.