Color Hex Logo

#ec649f Color Hex

#EC649F
(236,100,159)
0 Favorites   0 Comments

Color spaces of #ec649f

RGB 236100159
HSL0.930.780.66
HSV334°58°93°
CMYK 0.000.580.33   0.07
XYZ45.407329.450436.0922
Yxy29.45040.40930.2654
Hunter Lab54.268254.3851-1.4443
CIE-Lab61.177158.2102-5.3504

#ec649f color RGB value is (236,100,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100100 10011111
Octal 354 144 237
Decimal 236 100 159
Hex EC 64 9F

RGB Percentages of Color #ec649f

%47.68
%20.20
%32.12

CMYK Percentages of Color #ec649f

%0
%58
%33
%7

Triadic Colors of #ec649f

#ec649f #9fec64 #649fec

Analogous Colors of #ec649f

#ec649f #ec6d64 #ec64e3

Monochromatic Colors of #ec649f

#ec649f

Complementary Color

#ec649f #64ecb1

#ec649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec649f Color CSS Codes

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

#ec649f Text Font Color

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

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


#ec649f Background Color

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

This div background color is #ec649f


#ec649f Border Color

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

This div border color is #ec649f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec649f


Comments

No comments written yet.

Please login to write comment.