Color Hex Logo

#ec649a Color Hex

#EC649A
(236,100,154)
0 Favorites   0 Comments

Color spaces of #ec649a

RGB 236100154
HSL0.930.780.66
HSV336°58°93°
CMYK 0.000.580.35   0.07
XYZ44.982029.280333.8527
Yxy29.28030.41610.2708
Hunter Lab54.111353.69000.7853
CIE-Lab61.028257.6277-2.6829

#ec649a color RGB value is (236,100,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100100 10011010
Octal 354 144 232
Decimal 236 100 154
Hex EC 64 9A

RGB Percentages of Color #ec649a

%48.16
%20.41
%31.43

CMYK Percentages of Color #ec649a

%0
%58
%35
%7

Triadic Colors of #ec649a

#ec649a #9aec64 #649aec

Analogous Colors of #ec649a

#ec649a #ec7264 #ec64de

Monochromatic Colors of #ec649a

#ec649a

Complementary Color

#ec649a #64ecb6

#ec649a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec649a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec649a Color CSS Codes

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

#ec649a Text Font Color

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

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


#ec649a Background Color

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

This div background color is #ec649a


#ec649a Border Color

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

This div border color is #ec649a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec649a


Comments

No comments written yet.

Please login to write comment.