Color Hex Logo

#ec475e Color Hex

#EC475E
(236,71,94)
0 Favorites   0 Comments

Color spaces of #ec475e

RGB 2367194
HSL0.980.810.60
HSV352°70°93°
CMYK 0.000.700.60   0.07
XYZ38.865723.147513.0091
Yxy23.14750.51810.3085
Hunter Lab48.111860.000117.6467
CIE-Lab55.223964.118824.2947

#ec475e color RGB value is (236,71,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000111 01011110
Octal 354 107 136
Decimal 236 71 94
Hex EC 47 5E

RGB Percentages of Color #ec475e

%58.85
%17.71
%23.44

CMYK Percentages of Color #ec475e

%0
%70
%60
%7

Triadic Colors of #ec475e

#ec475e #5eec47 #475eec

Analogous Colors of #ec475e

#ec475e #ec8347 #ec47b1

Monochromatic Colors of #ec475e

#ec475e

Complementary Color

#ec475e #47ecd5

#ec475e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec475e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec475e Color CSS Codes

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

#ec475e Text Font Color

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

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


#ec475e Background Color

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

This div background color is #ec475e


#ec475e Border Color

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

This div border color is #ec475e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec475e


Comments

No comments written yet.

Please login to write comment.