Color Hex Logo

#ec835f Color Hex

#EC835F
(236,131,95)
0 Favorites   0 Comments

Color spaces of #ec835f

RGB 23613195
HSL0.040.790.65
HSV15°60°93°
CMYK 0.000.440.60   0.07
XYZ44.773934.891715.2014
Yxy34.89170.47200.3678
Hunter Lab59.069231.930226.0902
CIE-Lab65.664337.043037.0465

#ec835f color RGB value is (236,131,95).

#ec835f hex color red value is 236, green value is 131 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ec835f hue: 0.04 , saturation: 0.79 and the lightness value of ec835f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000011 01011111
Octal 354 203 137
Decimal 236 131 95
Hex EC 83 5F

RGB Percentages of Color #ec835f

%51.08
%28.35
%20.56

CMYK Percentages of Color #ec835f

%0
%44
%60
%7

Triadic Colors of #ec835f

#ec835f #5fec83 #835fec

Analogous Colors of #ec835f

#ec835f #ecca5f #ec5f82

Monochromatic Colors of #ec835f

#ec835f

Complementary Color

#ec835f #5fc8ec

#ec835f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec835f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec835f Color CSS Codes

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

#ec835f Text Font Color

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

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


#ec835f Background Color

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

This div background color is #ec835f


#ec835f Border Color

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

This div border color is #ec835f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec835f


Comments

No comments written yet.

Please login to write comment.