Color Hex Logo

#dc35cc Color Hex

#DC35CC
(220,53,204)
0 Favorites   0 Comments

Color spaces of #dc35cc

RGB 22053204
HSL0.850.700.54
HSV306°76°86°
CMYK 0.000.760.07   0.14
XYZ41.687422.121559.1994
Yxy22.12150.33890.1798
Hunter Lab47.033575.9020-41.7028
CIE-Lab54.155777.4956-42.2779

#dc35cc color RGB value is (220,53,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110101 11001100
Octal 334 65 314
Decimal 220 53 204
Hex DC 35 CC

RGB Percentages of Color #dc35cc

%46.12
%11.11
%42.77

CMYK Percentages of Color #dc35cc

%0
%76
%7
%14

Triadic Colors of #dc35cc

#dc35cc #ccdc35 #35ccdc

Analogous Colors of #dc35cc

#dc35cc #dc3579 #9935dc

Monochromatic Colors of #dc35cc

#dc35cc

Complementary Color

#dc35cc #35dc45

#dc35cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc35cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc35cc Color CSS Codes

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

#dc35cc Text Font Color

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

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


#dc35cc Background Color

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

This div background color is #dc35cc


#dc35cc Border Color

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

This div border color is #dc35cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc35cc


Comments

No comments written yet.

Please login to write comment.