Color Hex Logo

#dc6dac Color Hex

#DC6DAC
(220,109,172)
0 Favorites   0 Comments

Color spaces of #dc6dac

RGB 220109172
HSL0.910.610.65
HSV326°50°86°
CMYK 0.000.500.22   0.14
XYZ42.430229.131542.4163
Yxy29.13150.37230.2556
Hunter Lab53.973645.8702-8.8128
CIE-Lab60.897550.6791-13.4858

#dc6dac color RGB value is (220,109,172).

#dc6dac hex color red value is 220, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dc6dac hue: 0.91 , saturation: 0.61 and the lightness value of dc6dac is 0.65.

The process color (four color CMYK) of #dc6dac color hex is 0.00, 0.50, 0.22, 0.14. Web safe color of #dc6dac is #cc6699. Color #dc6dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101101 10101100
Octal 334 155 254
Decimal 220 109 172
Hex DC 6D AC

RGB Percentages of Color #dc6dac

%43.91
%21.76
%34.33

CMYK Percentages of Color #dc6dac

%0
%50
%22
%14

Triadic Colors of #dc6dac

#dc6dac #acdc6d #6dacdc

Analogous Colors of #dc6dac

#dc6dac #dc6d75 #d56ddc

Monochromatic Colors of #dc6dac

#dc6dac

Complementary Color

#dc6dac #6ddc9d

#dc6dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6dac Color CSS Codes

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

#dc6dac Text Font Color

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

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


#dc6dac Background Color

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

This div background color is #dc6dac


#dc6dac Border Color

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

This div border color is #dc6dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6dac


Comments

No comments written yet.

Please login to write comment.