Color Hex Logo

#dc60ca Color Hex

#DC60CA
(220,96,202)
0 Favorites   0 Comments

Color spaces of #dc60ca

RGB 22096202
HSL0.860.640.62
HSV309°56°86°
CMYK 0.000.560.08   0.14
XYZ44.358727.845758.9139
Yxy27.84570.33830.2124
Hunter Lab52.769057.7049-29.2559
CIE-Lab59.749161.3331-32.3712

#dc60ca color RGB value is (220,96,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100000 11001010
Octal 334 140 312
Decimal 220 96 202
Hex DC 60 CA

RGB Percentages of Color #dc60ca

%42.47
%18.53
%39.00

CMYK Percentages of Color #dc60ca

%0
%56
%8
%14

Triadic Colors of #dc60ca

#dc60ca #cadc60 #60cadc

Analogous Colors of #dc60ca

#dc60ca #dc608c #b060dc

Monochromatic Colors of #dc60ca

#dc60ca

Complementary Color

#dc60ca #60dc72

#dc60ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc60ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc60ca Color CSS Codes

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

#dc60ca Text Font Color

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

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


#dc60ca Background Color

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

This div background color is #dc60ca


#dc60ca Border Color

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

This div border color is #dc60ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc60ca


Comments

No comments written yet.

Please login to write comment.