Color Hex Logo

#dc42cc Color Hex

#DC42CC
(220,66,204)
0 Favorites   0 Comments

Color spaces of #dc42cc

RGB 22066204
HSL0.850.690.56
HSV306°70°86°
CMYK 0.000.700.07   0.14
XYZ42.362523.471759.4245
Yxy23.47170.33820.1874
Hunter Lab48.447671.2968-38.8102
CIE-Lab55.554973.5042-40.0720

#dc42cc color RGB value is (220,66,204).

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

The process color (four color CMYK) of #dc42cc color hex is 0.00, 0.70, 0.07, 0.14. Web safe color of #dc42cc is #cc33cc. Color #dc42cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000010 11001100
Octal 334 102 314
Decimal 220 66 204
Hex DC 42 CC

RGB Percentages of Color #dc42cc

%44.90
%13.47
%41.63

CMYK Percentages of Color #dc42cc

%0
%70
%7
%14

Triadic Colors of #dc42cc

#dc42cc #ccdc42 #42ccdc

Analogous Colors of #dc42cc

#dc42cc #dc427f #9f42dc

Monochromatic Colors of #dc42cc

#dc42cc

Complementary Color

#dc42cc #42dc52

#dc42cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc42cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc42cc Color CSS Codes

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

#dc42cc Text Font Color

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

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


#dc42cc Background Color

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

This div background color is #dc42cc


#dc42cc Border Color

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

This div border color is #dc42cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc42cc


Comments

No comments written yet.

Please login to write comment.