Color Hex Logo

#ec207f Color Hex

#EC207F
(236,32,127)
0 Favorites   0 Comments

Color spaces of #ec207f

RGB 23632127
HSL0.920.840.53
HSV332°86°93°
CMYK 0.000.860.46   0.07
XYZ38.939320.398221.9636
Yxy20.39820.47900.2509
Hunter Lab45.164474.85952.7821
CIE-Lab52.284577.02310.4373

#ec207f color RGB value is (236,32,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100000 01111111
Octal 354 40 177
Decimal 236 32 127
Hex EC 20 7F

RGB Percentages of Color #ec207f

%59.75
%8.10
%32.15

CMYK Percentages of Color #ec207f

%0
%86
%46
%7

Triadic Colors of #ec207f

#ec207f #7fec20 #207fec

Analogous Colors of #ec207f

#ec207f #ec2720 #ec20e5

Monochromatic Colors of #ec207f

#ec207f

Complementary Color

#ec207f #20ec8d

#ec207f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec207f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec207f Color CSS Codes

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

#ec207f Text Font Color

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

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


#ec207f Background Color

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

This div background color is #ec207f


#ec207f Border Color

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

This div border color is #ec207f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec207f


Comments

No comments written yet.

Please login to write comment.