Color Hex Logo

#ec206f Color Hex

#EC206F
(236,32,111)
0 Favorites   0 Comments

Color spaces of #ec206f

RGB 23632111
HSL0.940.840.53
HSV337°86°93°
CMYK 0.000.860.53   0.07
XYZ37.977820.013616.9003
Yxy20.01360.50710.2672
Hunter Lab44.736673.24348.9174
CIE-Lab51.852675.80269.5038

#ec206f color RGB value is (236,32,111).

#ec206f hex color red value is 236, green value is 32 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ec206f hue: 0.94 , saturation: 0.84 and the lightness value of ec206f is 0.53.

The process color (four color CMYK) of #ec206f color hex is 0.00, 0.86, 0.53, 0.07. Web safe color of #ec206f is #ff3366. Color #ec206f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100000 01101111
Octal 354 40 157
Decimal 236 32 111
Hex EC 20 6F

RGB Percentages of Color #ec206f

%62.27
%8.44
%29.29

CMYK Percentages of Color #ec206f

%0
%86
%53
%7

Triadic Colors of #ec206f

#ec206f #6fec20 #206fec

Analogous Colors of #ec206f

#ec206f #ec3720 #ec20d5

Monochromatic Colors of #ec206f

#ec206f

Complementary Color

#ec206f #20ec9d

#ec206f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec206f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec206f Color CSS Codes

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

#ec206f Text Font Color

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

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


#ec206f Background Color

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

This div background color is #ec206f


#ec206f Border Color

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

This div border color is #ec206f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec206f


Comments

No comments written yet.

Please login to write comment.