Color Hex Logo

#dc6acc Color Hex

#DC6ACC
(220,106,204)
0 Favorites   0 Comments

Color spaces of #dc6acc

RGB 220106204
HSL0.860.620.64
HSV308°52°86°
CMYK 0.000.520.07   0.14
XYZ45.568329.883360.4931
Yxy29.88330.33520.2198
Hunter Lab54.665653.1296-27.3445
CIE-Lab61.553457.0496-30.7037

#dc6acc color RGB value is (220,106,204).

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

The process color (four color CMYK) of #dc6acc color hex is 0.00, 0.52, 0.07, 0.14. Web safe color of #dc6acc is #cc66cc. Color #dc6acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101010 11001100
Octal 334 152 314
Decimal 220 106 204
Hex DC 6A CC

RGB Percentages of Color #dc6acc

%41.51
%20.00
%38.49

CMYK Percentages of Color #dc6acc

%0
%52
%7
%14

Triadic Colors of #dc6acc

#dc6acc #ccdc6a #6accdc

Analogous Colors of #dc6acc

#dc6acc #dc6a93 #b36adc

Monochromatic Colors of #dc6acc

#dc6acc

Complementary Color

#dc6acc #6adc7a

#dc6acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6acc Color CSS Codes

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

#dc6acc Text Font Color

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

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


#dc6acc Background Color

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

This div background color is #dc6acc


#dc6acc Border Color

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

This div border color is #dc6acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6acc


Comments

No comments written yet.

Please login to write comment.