Color Hex Logo

#ec845a Color Hex

#EC845A
(236,132,90)
0 Favorites   0 Comments

Color spaces of #ec845a

RGB 23613290
HSL0.050.790.64
HSV17°62°93°
CMYK 0.000.440.62   0.07
XYZ44.688835.073614.0874
Yxy35.07360.47620.3737
Hunter Lab59.223031.053327.3527
CIE-Lab65.805936.185739.8898

#ec845a color RGB value is (236,132,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000100 01011010
Octal 354 204 132
Decimal 236 132 90
Hex EC 84 5A

RGB Percentages of Color #ec845a

%51.53
%28.82
%19.65

CMYK Percentages of Color #ec845a

%0
%44
%62
%7

Triadic Colors of #ec845a

#ec845a #5aec84 #845aec

Analogous Colors of #ec845a

#ec845a #eccd5a #ec5a79

Monochromatic Colors of #ec845a

#ec845a

Complementary Color

#ec845a #5ac2ec

#ec845a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec845a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec845a Color CSS Codes

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

#ec845a Text Font Color

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

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


#ec845a Background Color

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

This div background color is #ec845a


#ec845a Border Color

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

This div border color is #ec845a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec845a


Comments

No comments written yet.

Please login to write comment.