Color Hex Logo

#ec045e Color Hex

#EC045E
(236,4,94)
0 Favorites   0 Comments

Color spaces of #ec045e

RGB 236494
HSL0.940.970.47
HSV337°98°93°
CMYK 0.000.980.60   0.07
XYZ36.655918.727912.2725
Yxy18.72790.54180.2768
Hunter Lab43.275775.462513.4791
CIE-Lab50.367377.881217.8167

#ec045e color RGB value is (236,4,94).

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

The process color (four color CMYK) of #ec045e color hex is 0.00, 0.98, 0.60, 0.07. Web safe color of #ec045e is #ff0066. Color #ec045e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000100 01011110
Octal 354 4 136
Decimal 236 4 94
Hex EC 4 5E

RGB Percentages of Color #ec045e

%70.66
%1.20
%28.14

CMYK Percentages of Color #ec045e

%0
%98
%60
%7

Triadic Colors of #ec045e

#ec045e #5eec04 #045eec

Analogous Colors of #ec045e

#ec045e #ec1e04 #ec04d2

Monochromatic Colors of #ec045e

#ec045e

Complementary Color

#ec045e #04ec92

#ec045e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec045e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec045e Color CSS Codes

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

#ec045e Text Font Color

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

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


#ec045e Background Color

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

This div background color is #ec045e


#ec045e Border Color

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

This div border color is #ec045e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec045e


Comments

No comments written yet.

Please login to write comment.