Color Hex Logo

#dc6aac Color Hex

#DC6AAC
(220,106,172)
0 Favorites   0 Comments

Color spaces of #dc6aac

RGB 220106172
HSL0.900.620.64
HSV325°52°86°
CMYK 0.000.520.22   0.14
XYZ42.115628.502342.3115
Yxy28.50230.37290.2524
Hunter Lab53.387547.3843-9.6181
CIE-Lab60.339852.1360-14.3269

#dc6aac color RGB value is (220,106,172).

#dc6aac hex color red value is 220, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dc6aac hue: 0.90 , saturation: 0.62 and the lightness value of dc6aac is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101010 10101100
Octal 334 152 254
Decimal 220 106 172
Hex DC 6A AC

RGB Percentages of Color #dc6aac

%44.18
%21.29
%34.54

CMYK Percentages of Color #dc6aac

%0
%52
%22
%14

Triadic Colors of #dc6aac

#dc6aac #acdc6a #6aacdc

Analogous Colors of #dc6aac

#dc6aac #dc6a73 #d36adc

Monochromatic Colors of #dc6aac

#dc6aac

Complementary Color

#dc6aac #6adc9a

#dc6aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6aac Color CSS Codes

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

#dc6aac Text Font Color

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

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


#dc6aac Background Color

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

This div background color is #dc6aac


#dc6aac Border Color

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

This div border color is #dc6aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6aac


Comments

No comments written yet.

Please login to write comment.