Color Hex Logo

#ec574f Color Hex

#EC574F
(236,87,79)
0 Favorites   0 Comments

Color spaces of #ec574f

RGB 2368779
HSL0.010.810.62
HSV67°93°
CMYK 0.000.630.67   0.07
XYZ39.411525.213810.1867
Yxy25.21380.52680.3370
Hunter Lab50.213352.227923.1213
CIE-Lab57.283156.972135.5568

#ec574f color RGB value is (236,87,79).

#ec574f hex color red value is 236, green value is 87 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ec574f hue: 0.01 , saturation: 0.81 and the lightness value of ec574f is 0.62.

The process color (four color CMYK) of #ec574f color hex is 0.00, 0.63, 0.67, 0.07. Web safe color of #ec574f is #ff6666. Color #ec574f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010111 01001111
Octal 354 127 117
Decimal 236 87 79
Hex EC 57 4F

RGB Percentages of Color #ec574f

%58.71
%21.64
%19.65

CMYK Percentages of Color #ec574f

%0
%63
%67
%7

Triadic Colors of #ec574f

#ec574f #4fec57 #574fec

Analogous Colors of #ec574f

#ec574f #eca64f #ec4f96

Monochromatic Colors of #ec574f

#ec574f

Complementary Color

#ec574f #4fe4ec

#ec574f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec574f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec574f Color CSS Codes

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

#ec574f Text Font Color

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

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


#ec574f Background Color

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

This div background color is #ec574f


#ec574f Border Color

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

This div border color is #ec574f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec574f


Comments

No comments written yet.

Please login to write comment.