Color Hex Logo

#dc6dab Color Hex

#DC6DAB
(220,109,171)
0 Favorites   0 Comments

Color spaces of #dc6dab

RGB 220109171
HSL0.910.610.65
HSV326°50°86°
CMYK 0.000.500.22   0.14
XYZ42.334529.093241.9124
Yxy29.09320.37350.2567
Hunter Lab53.938145.7079-8.3144
CIE-Lab60.863850.5369-12.9632

#dc6dab color RGB value is (220,109,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101101 10101011
Octal 334 155 253
Decimal 220 109 171
Hex DC 6D AB

RGB Percentages of Color #dc6dab

%44.00
%21.80
%34.20

CMYK Percentages of Color #dc6dab

%0
%50
%22
%14

Triadic Colors of #dc6dab

#dc6dab #abdc6d #6dabdc

Analogous Colors of #dc6dab

#dc6dab #dc6d74 #d66ddc

Monochromatic Colors of #dc6dab

#dc6dab

Complementary Color

#dc6dab #6ddc9e

#dc6dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6dab Color CSS Codes

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

#dc6dab Text Font Color

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

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


#dc6dab Background Color

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

This div background color is #dc6dab


#dc6dab Border Color

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

This div border color is #dc6dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6dab


Comments

No comments written yet.

Please login to write comment.