Color Hex Logo

#ec659f Color Hex

#EC659F
(236,101,159)
0 Favorites   0 Comments

Color spaces of #ec659f

RGB 236101159
HSL0.930.780.66
HSV334°57°93°
CMYK 0.000.570.33   0.07
XYZ45.503829.643436.1243
Yxy29.64340.40890.2664
Hunter Lab54.445853.9038-1.2264
CIE-Lab61.345357.7618-5.1014

#ec659f color RGB value is (236,101,159).

#ec659f hex color red value is 236, green value is 101 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ec659f hue: 0.93 , saturation: 0.78 and the lightness value of ec659f is 0.66.

The process color (four color CMYK) of #ec659f color hex is 0.00, 0.57, 0.33, 0.07. Web safe color of #ec659f is #ff6699. Color #ec659f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100101 10011111
Octal 354 145 237
Decimal 236 101 159
Hex EC 65 9F

RGB Percentages of Color #ec659f

%47.58
%20.36
%32.06

CMYK Percentages of Color #ec659f

%0
%57
%33
%7

Triadic Colors of #ec659f

#ec659f #9fec65 #659fec

Analogous Colors of #ec659f

#ec659f #ec6f65 #ec65e3

Monochromatic Colors of #ec659f

#ec659f

Complementary Color

#ec659f #65ecb2

#ec659f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec659f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec659f Color CSS Codes

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

#ec659f Text Font Color

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

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


#ec659f Background Color

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

This div background color is #ec659f


#ec659f Border Color

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

This div border color is #ec659f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec659f


Comments

No comments written yet.

Please login to write comment.