Color Hex Logo

#dc60cc Color Hex

#DC60CC
(220,96,204)
0 Favorites   0 Comments

Color spaces of #dc60cc

RGB 22096204
HSL0.850.640.62
HSV308°56°86°
CMYK 0.000.560.07   0.14
XYZ44.597227.941060.1694
Yxy27.94100.33610.2105
Hunter Lab52.859258.0963-30.4880
CIE-Lab59.835461.6549-33.3720

#dc60cc color RGB value is (220,96,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100000 11001100
Octal 334 140 314
Decimal 220 96 204
Hex DC 60 CC

RGB Percentages of Color #dc60cc

%42.31
%18.46
%39.23

CMYK Percentages of Color #dc60cc

%0
%56
%7
%14

Triadic Colors of #dc60cc

#dc60cc #ccdc60 #60ccdc

Analogous Colors of #dc60cc

#dc60cc #dc608e #ae60dc

Monochromatic Colors of #dc60cc

#dc60cc

Complementary Color

#dc60cc #60dc70

#dc60cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc60cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc60cc Color CSS Codes

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

#dc60cc Text Font Color

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

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


#dc60cc Background Color

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

This div background color is #dc60cc


#dc60cc Border Color

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

This div border color is #dc60cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc60cc


Comments

No comments written yet.

Please login to write comment.