Color Hex Logo

#ec056f Color Hex

#EC056F
(236,5,111)
0 Favorites   0 Comments

Color spaces of #ec056f

RGB 2365111
HSL0.920.960.47
HSV332°98°93°
CMYK 0.000.980.53   0.07
XYZ37.515619.089116.7462
Yxy19.08910.51150.2602
Hunter Lab43.691176.81077.8587
CIE-Lab50.791378.87718.0017

#ec056f color RGB value is (236,5,111).

#ec056f hex color red value is 236, green value is 5 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ec056f hue: 0.92 , saturation: 0.96 and the lightness value of ec056f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000101 01101111
Octal 354 5 157
Decimal 236 5 111
Hex EC 5 6F

RGB Percentages of Color #ec056f

%67.05
%1.42
%31.53

CMYK Percentages of Color #ec056f

%0
%98
%53
%7

Triadic Colors of #ec056f

#ec056f #6fec05 #056fec

Analogous Colors of #ec056f

#ec056f #ec0f05 #ec05e3

Monochromatic Colors of #ec056f

#ec056f

Complementary Color

#ec056f #05ec82

#ec056f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec056f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec056f Color CSS Codes

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

#ec056f Text Font Color

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

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


#ec056f Background Color

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

This div background color is #ec056f


#ec056f Border Color

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

This div border color is #ec056f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec056f


Comments

No comments written yet.

Please login to write comment.