Color Hex Logo

#ec8452 Color Hex

#EC8452
(236,132,82)
0 Favorites   0 Comments

Color spaces of #ec8452

RGB 23613282
HSL0.050.800.62
HSV19°65°93°
CMYK 0.000.440.65   0.07
XYZ44.366334.944612.3893
Yxy34.94460.48380.3811
Hunter Lab59.114030.518728.9536
CIE-Lab65.705535.681043.9563

#ec8452 color RGB value is (236,132,82).

#ec8452 hex color red value is 236, green value is 132 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ec8452 hue: 0.05 , saturation: 0.80 and the lightness value of ec8452 is 0.62.

The process color (four color CMYK) of #ec8452 color hex is 0.00, 0.44, 0.65, 0.07. Web safe color of #ec8452 is #ff9966. Color #ec8452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000100 01010010
Octal 354 204 122
Decimal 236 132 82
Hex EC 84 52

RGB Percentages of Color #ec8452

%52.44
%29.33
%18.22

CMYK Percentages of Color #ec8452

%0
%44
%65
%7

Triadic Colors of #ec8452

#ec8452 #52ec84 #8452ec

Analogous Colors of #ec8452

#ec8452 #ecd152 #ec526d

Monochromatic Colors of #ec8452

#ec8452

Complementary Color

#ec8452 #52baec

#ec8452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8452 Color CSS Codes

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

#ec8452 Text Font Color

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

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


#ec8452 Background Color

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

This div background color is #ec8452


#ec8452 Border Color

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

This div border color is #ec8452


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,132,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ec8452">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8452


Comments

No comments written yet.

Please login to write comment.