Color Hex Logo

#ec652f Color Hex

#EC652F
(236,101,47)
0 Favorites   0 Comments

Color spaces of #ec652f

RGB 23610147
HSL0.050.830.55
HSV17°80°93°
CMYK 0.000.570.80   0.07
XYZ39.758827.34555.8720
Yxy27.34550.54480.3747
Hunter Lab52.292944.202629.9473
CIE-Lab59.292849.401954.2528

#ec652f color RGB value is (236,101,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100101 00101111
Octal 354 145 57
Decimal 236 101 47
Hex EC 65 2F

RGB Percentages of Color #ec652f

%61.46
%26.30
%12.24

CMYK Percentages of Color #ec652f

%0
%57
%80
%7

Triadic Colors of #ec652f

#ec652f #2fec65 #652fec

Analogous Colors of #ec652f

#ec652f #ecc42f #ec2f58

Monochromatic Colors of #ec652f

#ec652f

Complementary Color

#ec652f #2fb6ec

#ec652f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec652f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec652f Color CSS Codes

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

#ec652f Text Font Color

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

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


#ec652f Background Color

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

This div background color is #ec652f


#ec652f Border Color

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

This div border color is #ec652f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec652f


Comments

No comments written yet.

Please login to write comment.