Color Hex Logo

#ec522f Color Hex

#EC522F
(236,82,47)
0 Favorites   0 Comments

Color spaces of #ec522f

RGB 2368247
HSL0.030.830.55
HSV11°80°93°
CMYK 0.000.650.80   0.07
XYZ38.122524.07275.3265
Yxy24.07270.56460.3565
Hunter Lab49.063952.832027.9081
CIE-Lab56.160557.701151.2687

#ec522f color RGB value is (236,82,47).

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

The process color (four color CMYK) of #ec522f color hex is 0.00, 0.65, 0.80, 0.07. Web safe color of #ec522f is #ff6633. Color #ec522f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010010 00101111
Octal 354 122 57
Decimal 236 82 47
Hex EC 52 2F

RGB Percentages of Color #ec522f

%64.66
%22.47
%12.88

CMYK Percentages of Color #ec522f

%0
%65
%80
%7

Triadic Colors of #ec522f

#ec522f #2fec52 #522fec

Analogous Colors of #ec522f

#ec522f #ecb12f #ec2f6b

Monochromatic Colors of #ec522f

#ec522f

Complementary Color

#ec522f #2fc9ec

#ec522f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec522f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec522f Color CSS Codes

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

#ec522f Text Font Color

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

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


#ec522f Background Color

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

This div background color is #ec522f


#ec522f Border Color

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

This div border color is #ec522f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec522f


Comments

No comments written yet.

Please login to write comment.