Color Hex Logo

#ec705b Color Hex

#EC705B
(236,112,91)
0 Favorites   0 Comments

Color spaces of #ec705b

RGB 23611291
HSL0.020.790.64
HSV61°93°
CMYK 0.000.530.61   0.07
XYZ42.274630.176513.4941
Yxy30.17650.49190.3511
Hunter Lab54.933141.234323.8889
CIE-Lab61.806246.294634.4342

#ec705b color RGB value is (236,112,91).

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

The process color (four color CMYK) of #ec705b color hex is 0.00, 0.53, 0.61, 0.07. Web safe color of #ec705b is #ff6666. Color #ec705b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110000 01011011
Octal 354 160 133
Decimal 236 112 91
Hex EC 70 5B

RGB Percentages of Color #ec705b

%53.76
%25.51
%20.73

CMYK Percentages of Color #ec705b

%0
%53
%61
%7

Triadic Colors of #ec705b

#ec705b #5bec70 #705bec

Analogous Colors of #ec705b

#ec705b #ecb95b #ec5b8f

Monochromatic Colors of #ec705b

#ec705b

Complementary Color

#ec705b #5bd7ec

#ec705b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec705b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec705b Color CSS Codes

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

#ec705b Text Font Color

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

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


#ec705b Background Color

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

This div background color is #ec705b


#ec705b Border Color

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

This div border color is #ec705b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec705b


Comments

No comments written yet.

Please login to write comment.