Color Hex Logo

#ec445e Color Hex

#EC445E
(236,68,94)
0 Favorites   0 Comments

Color spaces of #ec445e

RGB 2366894
HSL0.970.820.60
HSV351°71°93°
CMYK 0.000.710.60   0.07
XYZ38.679622.775312.9471
Yxy22.77530.51990.3061
Hunter Lab47.723561.157117.3214
CIE-Lab54.840165.179923.7897

#ec445e color RGB value is (236,68,94).

#ec445e hex color red value is 236, green value is 68 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ec445e hue: 0.97 , saturation: 0.82 and the lightness value of ec445e is 0.60.

The process color (four color CMYK) of #ec445e color hex is 0.00, 0.71, 0.60, 0.07. Web safe color of #ec445e is #ff3366. Color #ec445e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000100 01011110
Octal 354 104 136
Decimal 236 68 94
Hex EC 44 5E

RGB Percentages of Color #ec445e

%59.30
%17.09
%23.62

CMYK Percentages of Color #ec445e

%0
%71
%60
%7

Triadic Colors of #ec445e

#ec445e #5eec44 #445eec

Analogous Colors of #ec445e

#ec445e #ec7e44 #ec44b2

Monochromatic Colors of #ec445e

#ec445e

Complementary Color

#ec445e #44ecd2

#ec445e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec445e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec445e Color CSS Codes

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

#ec445e Text Font Color

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

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


#ec445e Background Color

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

This div background color is #ec445e


#ec445e Border Color

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

This div border color is #ec445e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec445e


Comments

No comments written yet.

Please login to write comment.