Color Hex Logo

#ec472f Color Hex

#EC472F
(236,71,47)
0 Favorites   0 Comments

Color spaces of #ec472f

RGB 2367147
HSL0.020.830.55
HSV80°93°
CMYK 0.000.700.80   0.07
XYZ37.358422.54465.0719
Yxy22.54460.57500.3470
Hunter Lab47.481257.352626.9035
CIE-Lab54.600161.946749.7629

#ec472f color RGB value is (236,71,47).

#ec472f hex color red value is 236, green value is 71 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ec472f hue: 0.02 , saturation: 0.83 and the lightness value of ec472f is 0.55.

The process color (four color CMYK) of #ec472f color hex is 0.00, 0.70, 0.80, 0.07. Web safe color of #ec472f is #ff3333. Color #ec472f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000111 00101111
Octal 354 107 57
Decimal 236 71 47
Hex EC 47 2F

RGB Percentages of Color #ec472f

%66.67
%20.06
%13.28

CMYK Percentages of Color #ec472f

%0
%70
%80
%7

Triadic Colors of #ec472f

#ec472f #2fec47 #472fec

Analogous Colors of #ec472f

#ec472f #eca62f #ec2f76

Monochromatic Colors of #ec472f

#ec472f

Complementary Color

#ec472f #2fd4ec

#ec472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec472f Color CSS Codes

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

#ec472f Text Font Color

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

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


#ec472f Background Color

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

This div background color is #ec472f


#ec472f Border Color

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

This div border color is #ec472f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec472f


Comments

No comments written yet.

Please login to write comment.