Color Hex Logo

#ec716a Color Hex

#EC716A
(236,113,106)
0 Favorites   0 Comments

Color spaces of #ec716a

RGB 236113106
HSL0.010.770.67
HSV55°93°
CMYK 0.000.520.55   0.07
XYZ43.098730.683717.2867
Yxy30.68370.47330.3369
Hunter Lab55.392941.945320.2721
CIE-Lab62.239746.890226.5997

#ec716a color RGB value is (236,113,106).

#ec716a hex color red value is 236, green value is 113 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ec716a hue: 0.01 , saturation: 0.77 and the lightness value of ec716a is 0.67.

The process color (four color CMYK) of #ec716a color hex is 0.00, 0.52, 0.55, 0.07. Web safe color of #ec716a is #ff6666. Color #ec716a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110001 01101010
Octal 354 161 152
Decimal 236 113 106
Hex EC 71 6A

RGB Percentages of Color #ec716a

%51.87
%24.84
%23.30

CMYK Percentages of Color #ec716a

%0
%52
%55
%7

Triadic Colors of #ec716a

#ec716a #6aec71 #716aec

Analogous Colors of #ec716a

#ec716a #ecb26a #ec6aa4

Monochromatic Colors of #ec716a

#ec716a

Complementary Color

#ec716a #6ae5ec

#ec716a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec716a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec716a Color CSS Codes

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

#ec716a Text Font Color

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

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


#ec716a Background Color

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

This div background color is #ec716a


#ec716a Border Color

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

This div border color is #ec716a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec716a


Comments

No comments written yet.

Please login to write comment.