Color Hex Logo

#ec5786 Color Hex

#EC5786
(236,87,134)
0 Favorites   0 Comments

Color spaces of #ec5786

RGB 23687134
HSL0.950.800.63
HSV341°63°93°
CMYK 0.000.630.43   0.07
XYZ42.303326.370525.4146
Yxy26.37050.44960.2803
Hunter Lab51.352257.17966.6035
CIE-Lab58.387161.11865.1121

#ec5786 color RGB value is (236,87,134).

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

The process color (four color CMYK) of #ec5786 color hex is 0.00, 0.63, 0.43, 0.07. Web safe color of #ec5786 is #ff6699. Color #ec5786 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010111 10000110
Octal 354 127 206
Decimal 236 87 134
Hex EC 57 86

RGB Percentages of Color #ec5786

%51.64
%19.04
%29.32

CMYK Percentages of Color #ec5786

%0
%63
%43
%7

Triadic Colors of #ec5786

#ec5786 #86ec57 #5786ec

Analogous Colors of #ec5786

#ec5786 #ec7357 #ec57d1

Monochromatic Colors of #ec5786

#ec5786

Complementary Color

#ec5786 #57ecbd

#ec5786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5786 Color CSS Codes

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

#ec5786 Text Font Color

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

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


#ec5786 Background Color

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

This div background color is #ec5786


#ec5786 Border Color

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

This div border color is #ec5786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5786


Comments

No comments written yet.

Please login to write comment.