Color Hex Logo

#ec632f Color Hex

#EC632F
(236,99,47)
0 Favorites   0 Comments

Color spaces of #ec632f

RGB 2369947
HSL0.050.830.55
HSV17°80°93°
CMYK 0.000.580.80   0.07
XYZ39.567026.96185.8081
Yxy26.96180.54700.3727
Hunter Lab51.924845.149829.7154
CIE-Lab58.939050.324753.9179

#ec632f color RGB value is (236,99,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100011 00101111
Octal 354 143 57
Decimal 236 99 47
Hex EC 63 2F

RGB Percentages of Color #ec632f

%61.78
%25.92
%12.30

CMYK Percentages of Color #ec632f

%0
%58
%80
%7

Triadic Colors of #ec632f

#ec632f #2fec63 #632fec

Analogous Colors of #ec632f

#ec632f #ecc22f #ec2f59

Monochromatic Colors of #ec632f

#ec632f

Complementary Color

#ec632f #2fb8ec

#ec632f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec632f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec632f Color CSS Codes

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

#ec632f Text Font Color

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

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


#ec632f Background Color

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

This div background color is #ec632f


#ec632f Border Color

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

This div border color is #ec632f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec632f


Comments

No comments written yet.

Please login to write comment.