Color Hex Logo

#ec809e Color Hex

#EC809E
(236,128,158)
0 Favorites   0 Comments

Color spaces of #ec809e

RGB 236128158
HSL0.950.740.71
HSV343°46°93°
CMYK 0.000.460.33   0.07
XYZ48.482835.739836.6909
Yxy35.73980.40100.2956
Hunter Lab59.782840.14065.4595
CIE-Lab66.320644.67242.7566

#ec809e color RGB value is (236,128,158).

#ec809e hex color red value is 236, green value is 128 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ec809e hue: 0.95 , saturation: 0.74 and the lightness value of ec809e is 0.71.

The process color (four color CMYK) of #ec809e color hex is 0.00, 0.46, 0.33, 0.07. Web safe color of #ec809e is #ff9999. Color #ec809e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000000 10011110
Octal 354 200 236
Decimal 236 128 158
Hex EC 80 9E

RGB Percentages of Color #ec809e

%45.21
%24.52
%30.27

CMYK Percentages of Color #ec809e

%0
%46
%33
%7

Triadic Colors of #ec809e

#ec809e #9eec80 #809eec

Analogous Colors of #ec809e

#ec809e #ec9880 #ec80d4

Monochromatic Colors of #ec809e

#ec809e

Complementary Color

#ec809e #80ecce

#ec809e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec809e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec809e Color CSS Codes

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

#ec809e Text Font Color

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

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


#ec809e Background Color

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

This div background color is #ec809e


#ec809e Border Color

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

This div border color is #ec809e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec809e


Comments

No comments written yet.

Please login to write comment.