Color Hex Logo

#ec477c Color Hex

#EC477C
(236,71,124)
0 Favorites   0 Comments

Color spaces of #ec477c

RGB 23671124
HSL0.950.810.60
HSV341°70°93°
CMYK 0.000.700.47   0.07
XYZ40.483423.794621.5279
Yxy23.79460.47180.2773
Hunter Lab48.779762.77687.9794
CIE-Lab55.881666.36357.4200

#ec477c color RGB value is (236,71,124).

#ec477c hex color red value is 236, green value is 71 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ec477c hue: 0.95 , saturation: 0.81 and the lightness value of ec477c is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000111 01111100
Octal 354 107 174
Decimal 236 71 124
Hex EC 47 7C

RGB Percentages of Color #ec477c

%54.76
%16.47
%28.77

CMYK Percentages of Color #ec477c

%0
%70
%47
%7

Triadic Colors of #ec477c

#ec477c #7cec47 #477cec

Analogous Colors of #ec477c

#ec477c #ec6547 #ec47cf

Monochromatic Colors of #ec477c

#ec477c

Complementary Color

#ec477c #47ecb7

#ec477c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec477c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec477c Color CSS Codes

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

#ec477c Text Font Color

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

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


#ec477c Background Color

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

This div background color is #ec477c


#ec477c Border Color

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

This div border color is #ec477c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec477c


Comments

No comments written yet.

Please login to write comment.