Color Hex Logo

#ec819f Color Hex

#EC819F
(236,129,159)
0 Favorites   0 Comments

Color spaces of #ec819f

RGB 236129159
HSL0.950.740.72
HSV343°45°93°
CMYK 0.000.450.33   0.07
XYZ48.700336.036637.1899
Yxy36.03660.39940.2956
Hunter Lab60.030539.75645.2902
CIE-Lab66.547944.28942.5203

#ec819f color RGB value is (236,129,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000001 10011111
Octal 354 201 237
Decimal 236 129 159
Hex EC 81 9F

RGB Percentages of Color #ec819f

%45.04
%24.62
%30.34

CMYK Percentages of Color #ec819f

%0
%45
%33
%7

Triadic Colors of #ec819f

#ec819f #9fec81 #819fec

Analogous Colors of #ec819f

#ec819f #ec9981 #ec81d5

Monochromatic Colors of #ec819f

#ec819f

Complementary Color

#ec819f #81ecce

#ec819f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec819f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec819f Color CSS Codes

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

#ec819f Text Font Color

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

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


#ec819f Background Color

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

This div background color is #ec819f


#ec819f Border Color

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

This div border color is #ec819f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec819f


Comments

No comments written yet.

Please login to write comment.