Color Hex Logo

#dc6ccc Color Hex

#DC6CCC
(220,108,204)
0 Favorites   0 Comments

Color spaces of #dc6ccc

RGB 220108204
HSL0.860.620.64
HSV309°51°86°
CMYK 0.000.510.07   0.14
XYZ45.776830.300460.5626
Yxy30.30040.33500.2218
Hunter Lab55.045852.1128-26.7001
CIE-Lab61.912656.0975-30.1474

#dc6ccc color RGB value is (220,108,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101100 11001100
Octal 334 154 314
Decimal 220 108 204
Hex DC 6C CC

RGB Percentages of Color #dc6ccc

%41.35
%20.30
%38.35

CMYK Percentages of Color #dc6ccc

%0
%51
%7
%14

Triadic Colors of #dc6ccc

#dc6ccc #ccdc6c #6cccdc

Analogous Colors of #dc6ccc

#dc6ccc #dc6c94 #b46cdc

Monochromatic Colors of #dc6ccc

#dc6ccc

Complementary Color

#dc6ccc #6cdc7c

#dc6ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6ccc Color CSS Codes

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

#dc6ccc Text Font Color

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

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


#dc6ccc Background Color

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

This div background color is #dc6ccc


#dc6ccc Border Color

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

This div border color is #dc6ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6ccc


Comments

No comments written yet.

Please login to write comment.