Color Hex Logo

#ec586e Color Hex

#EC586E
(236,88,110)
0 Favorites   0 Comments

Color spaces of #ec586e

RGB 23688110
HSL0.980.800.64
HSV351°63°93°
CMYK 0.000.630.53   0.07
XYZ40.896325.938117.6029
Yxy25.93810.48430.3072
Hunter Lab50.929554.208715.1580
CIE-Lab57.978258.600618.5960

#ec586e color RGB value is (236,88,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011000 01101110
Octal 354 130 156
Decimal 236 88 110
Hex EC 58 6E

RGB Percentages of Color #ec586e

%54.38
%20.28
%25.35

CMYK Percentages of Color #ec586e

%0
%63
%53
%7

Triadic Colors of #ec586e

#ec586e #6eec58 #586eec

Analogous Colors of #ec586e

#ec586e #ec8c58 #ec58b8

Monochromatic Colors of #ec586e

#ec586e

Complementary Color

#ec586e #58ecd6

#ec586e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec586e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec586e Color CSS Codes

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

#ec586e Text Font Color

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

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


#ec586e Background Color

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

This div background color is #ec586e


#ec586e Border Color

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

This div border color is #ec586e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec586e


Comments

No comments written yet.

Please login to write comment.