Color Hex Logo

#ec207c Color Hex

#EC207C
(236,32,124)
0 Favorites   0 Comments

Color spaces of #ec207c

RGB 23632124
HSL0.920.840.53
HSV333°86°93°
CMYK 0.000.860.47   0.07
XYZ38.746720.321120.9490
Yxy20.32110.48420.2540
Hunter Lab45.078974.53804.0021
CIE-Lab52.198376.78112.1235

#ec207c color RGB value is (236,32,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100000 01111100
Octal 354 40 174
Decimal 236 32 124
Hex EC 20 7C

RGB Percentages of Color #ec207c

%60.20
%8.16
%31.63

CMYK Percentages of Color #ec207c

%0
%86
%47
%7

Triadic Colors of #ec207c

#ec207c #7cec20 #207cec

Analogous Colors of #ec207c

#ec207c #ec2a20 #ec20e2

Monochromatic Colors of #ec207c

#ec207c

Complementary Color

#ec207c #20ec90

#ec207c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec207c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec207c Color CSS Codes

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

#ec207c Text Font Color

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

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


#ec207c Background Color

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

This div background color is #ec207c


#ec207c Border Color

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

This div border color is #ec207c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec207c


Comments

No comments written yet.

Please login to write comment.