Color Hex Logo

#ec649d Color Hex

#EC649D
(236,100,157)
0 Favorites   0 Comments

Color spaces of #ec649d

RGB 236100157
HSL0.930.780.66
HSV335°58°93°
CMYK 0.000.580.33   0.07
XYZ45.235029.381535.1853
Yxy29.38150.41200.2676
Hunter Lab54.204754.1039-0.5430
CIE-Lab61.116957.9748-4.2851

#ec649d color RGB value is (236,100,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100100 10011101
Octal 354 144 235
Decimal 236 100 157
Hex EC 64 9D

RGB Percentages of Color #ec649d

%47.87
%20.28
%31.85

CMYK Percentages of Color #ec649d

%0
%58
%33
%7

Triadic Colors of #ec649d

#ec649d #9dec64 #649dec

Analogous Colors of #ec649d

#ec649d #ec6f64 #ec64e1

Monochromatic Colors of #ec649d

#ec649d

Complementary Color

#ec649d #64ecb3

#ec649d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec649d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec649d Color CSS Codes

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

#ec649d Text Font Color

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

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


#ec649d Background Color

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

This div background color is #ec649d


#ec649d Border Color

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

This div border color is #ec649d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec649d


Comments

No comments written yet.

Please login to write comment.