Color Hex Logo

#dc648d Color Hex

#DC648D
(220,100,141)
0 Favorites   0 Comments

Color spaces of #dc648d

RGB 220100141
HSL0.940.630.63
HSV340°55°86°
CMYK 0.000.550.36   0.14
XYZ38.880126.253128.2174
Yxy26.25310.41650.2812
Hunter Lab51.237845.78273.2146
CIE-Lab58.276551.00700.5516

#dc648d color RGB value is (220,100,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100100 10001101
Octal 334 144 215
Decimal 220 100 141
Hex DC 64 8D

RGB Percentages of Color #dc648d

%47.72
%21.69
%30.59

CMYK Percentages of Color #dc648d

%0
%55
%36
%14

Triadic Colors of #dc648d

#dc648d #8ddc64 #648ddc

Analogous Colors of #dc648d

#dc648d #dc7764 #dc64c9

Monochromatic Colors of #dc648d

#dc648d

Complementary Color

#dc648d #64dcb3

#dc648d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc648d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc648d Color CSS Codes

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

#dc648d Text Font Color

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

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


#dc648d Background Color

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

This div background color is #dc648d


#dc648d Border Color

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

This div border color is #dc648d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc648d


Comments

No comments written yet.

Please login to write comment.