Color Hex Logo

#ec475f Color Hex

#EC475F
(236,71,95)
0 Favorites   0 Comments

Color spaces of #ec475f

RGB 2367195
HSL0.980.810.60
HSV351°70°93°
CMYK 0.000.700.60   0.07
XYZ38.910923.165613.2470
Yxy23.16560.51660.3075
Hunter Lab48.130760.078517.3731
CIE-Lab55.242564.182623.7299

#ec475f color RGB value is (236,71,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000111 01011111
Octal 354 107 137
Decimal 236 71 95
Hex EC 47 5F

RGB Percentages of Color #ec475f

%58.71
%17.66
%23.63

CMYK Percentages of Color #ec475f

%0
%70
%60
%7

Triadic Colors of #ec475f

#ec475f #5fec47 #475fec

Analogous Colors of #ec475f

#ec475f #ec8247 #ec47b2

Monochromatic Colors of #ec475f

#ec475f

Complementary Color

#ec475f #47ecd4

#ec475f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec475f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec475f Color CSS Codes

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

#ec475f Text Font Color

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

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


#ec475f Background Color

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

This div background color is #ec475f


#ec475f Border Color

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

This div border color is #ec475f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec475f


Comments

No comments written yet.

Please login to write comment.