Color Hex Logo

#ec545f Color Hex

#EC545F
(236,84,95)
0 Favorites   0 Comments

Color spaces of #ec545f

RGB 2368495
HSL0.990.800.63
HSV356°64°93°
CMYK 0.000.640.60   0.07
XYZ39.828024.999713.5527
Yxy24.99970.50810.3190
Hunter Lab49.999754.687318.9289
CIE-Lab57.075159.177626.1331

#ec545f color RGB value is (236,84,95).

#ec545f hex color red value is 236, green value is 84 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ec545f hue: 0.99 , saturation: 0.80 and the lightness value of ec545f is 0.63.

The process color (four color CMYK) of #ec545f color hex is 0.00, 0.64, 0.60, 0.07. Web safe color of #ec545f is #ff6666. Color #ec545f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010100 01011111
Octal 354 124 137
Decimal 236 84 95
Hex EC 54 5F

RGB Percentages of Color #ec545f

%56.87
%20.24
%22.89

CMYK Percentages of Color #ec545f

%0
%64
%60
%7

Triadic Colors of #ec545f

#ec545f #5fec54 #545fec

Analogous Colors of #ec545f

#ec545f #ec9554 #ec54ab

Monochromatic Colors of #ec545f

#ec545f

Complementary Color

#ec545f #54ece1

#ec545f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec545f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec545f Color CSS Codes

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

#ec545f Text Font Color

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

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


#ec545f Background Color

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

This div background color is #ec545f


#ec545f Border Color

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

This div border color is #ec545f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec545f


Comments

No comments written yet.

Please login to write comment.