Color Hex Logo

#ec566a Color Hex

#EC566A
(236,86,106)
0 Favorites   0 Comments

Color spaces of #ec566a

RGB 23686106
HSL0.980.800.63
HSV352°64°93°
CMYK 0.000.640.55   0.07
XYZ40.521425.529116.4276
Yxy25.52910.49130.3095
Hunter Lab50.526354.733416.0915
CIE-Lab57.587359.128620.4029

#ec566a color RGB value is (236,86,106).

#ec566a hex color red value is 236, green value is 86 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ec566a hue: 0.98 , saturation: 0.80 and the lightness value of ec566a is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010110 01101010
Octal 354 126 152
Decimal 236 86 106
Hex EC 56 6A

RGB Percentages of Color #ec566a

%55.14
%20.09
%24.77

CMYK Percentages of Color #ec566a

%0
%64
%55
%7

Triadic Colors of #ec566a

#ec566a #6aec56 #566aec

Analogous Colors of #ec566a

#ec566a #ec8d56 #ec56b5

Monochromatic Colors of #ec566a

#ec566a

Complementary Color

#ec566a #56ecd8

#ec566a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec566a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec566a Color CSS Codes

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

#ec566a Text Font Color

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

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


#ec566a Background Color

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

This div background color is #ec566a


#ec566a Border Color

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

This div border color is #ec566a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,86,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 #ec566a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec566a


Comments

No comments written yet.

Please login to write comment.