Color Hex Logo

#dc649d Color Hex

#DC649D
(220,100,157)
0 Favorites   0 Comments

Color spaces of #dc649d

RGB 220100157
HSL0.920.630.63
HSV332°55°86°
CMYK 0.000.550.29   0.14
XYZ40.158226.764334.9477
Yxy26.76430.39420.2627
Hunter Lab51.734248.0240-3.8378
CIE-Lab58.755552.9656-8.0467

#dc649d color RGB value is (220,100,157).

#dc649d hex color red value is 220, green value is 100 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dc649d hue: 0.92 , saturation: 0.63 and the lightness value of dc649d is 0.63.

The process color (four color CMYK) of #dc649d color hex is 0.00, 0.55, 0.29, 0.14. Web safe color of #dc649d is #cc6699. Color #dc649d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100100 10011101
Octal 334 144 235
Decimal 220 100 157
Hex DC 64 9D

RGB Percentages of Color #dc649d

%46.12
%20.96
%32.91

CMYK Percentages of Color #dc649d

%0
%55
%29
%14

Triadic Colors of #dc649d

#dc649d #9ddc64 #649ddc

Analogous Colors of #dc649d

#dc649d #dc6764 #dc64d9

Monochromatic Colors of #dc649d

#dc649d

Complementary Color

#dc649d #64dca3

#dc649d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc649d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc649d Color CSS Codes

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

#dc649d Text Font Color

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

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


#dc649d Background Color

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

This div background color is #dc649d


#dc649d Border Color

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

This div border color is #dc649d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc649d


Comments

No comments written yet.

Please login to write comment.