Color Hex Logo

#ec959f Color Hex

#EC959F
(236,149,159)
0 Favorites   0 Comments

Color spaces of #ec959f

RGB 236149159
HSL0.980.700.75
HSV353°37°93°
CMYK 0.000.370.33   0.07
XYZ51.597541.831038.1556
Yxy41.83100.39210.3179
Hunter Lab64.676929.218010.2962
CIE-Lab70.754233.94028.5729

#ec959f color RGB value is (236,149,159).

#ec959f hex color red value is 236, green value is 149 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ec959f hue: 0.98 , saturation: 0.70 and the lightness value of ec959f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010101 10011111
Octal 354 225 237
Decimal 236 149 159
Hex EC 95 9F

RGB Percentages of Color #ec959f

%43.38
%27.39
%29.23

CMYK Percentages of Color #ec959f

%0
%37
%33
%7

Triadic Colors of #ec959f

#ec959f #9fec95 #959fec

Analogous Colors of #ec959f

#ec959f #ecb795 #ec95cb

Monochromatic Colors of #ec959f

#ec959f

Complementary Color

#ec959f #95ece2

#ec959f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec959f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec959f Color CSS Codes

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

#ec959f Text Font Color

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

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


#ec959f Background Color

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

This div background color is #ec959f


#ec959f Border Color

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

This div border color is #ec959f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec959f


Comments

No comments written yet.

Please login to write comment.