Color Hex Logo

#ec322f Color Hex

#EC322F
(236,50,47)
0 Favorites   0 Comments

Color spaces of #ec322f

RGB 2365047
HSL0.000.830.55
HSV80°93°
CMYK 0.000.790.80   0.07
XYZ36.245820.31934.7010
Yxy20.31930.59160.3317
Hunter Lab45.076964.645025.3706
CIE-Lab52.196368.635347.4171

#ec322f color RGB value is (236,50,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110010 00101111
Octal 354 62 57
Decimal 236 50 47
Hex EC 32 2F

RGB Percentages of Color #ec322f

%70.87
%15.02
%14.11

CMYK Percentages of Color #ec322f

%0
%79
%80
%7

Triadic Colors of #ec322f

#ec322f #2fec32 #322fec

Analogous Colors of #ec322f

#ec322f #ec912f #ec2f8b

Monochromatic Colors of #ec322f

#ec322f

Complementary Color

#ec322f #2fe9ec

#ec322f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec322f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec322f Color CSS Codes

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

#ec322f Text Font Color

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

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


#ec322f Background Color

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

This div background color is #ec322f


#ec322f Border Color

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

This div border color is #ec322f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec322f


Comments

No comments written yet.

Please login to write comment.