Color Hex Logo

#dc03cc Color Hex

#DC03CC
(220,3,204)
0 Favorites   0 Comments

Color spaces of #dc03cc

RGB 2203204
HSL0.850.970.44
HSV304°99°86°
CMYK 0.000.990.07   0.14
XYZ40.446819.640458.7859
Yxy19.64040.34030.1652
Hunter Lab44.317585.3542-47.6243
CIE-Lab51.428285.4456-46.5995

#dc03cc color RGB value is (220,3,204).

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

The process color (four color CMYK) of #dc03cc color hex is 0.00, 0.99, 0.07, 0.14. Web safe color of #dc03cc is #cc00cc. Color #dc03cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000011 11001100
Octal 334 3 314
Decimal 220 3 204
Hex DC 3 CC

RGB Percentages of Color #dc03cc

%51.52
%0.70
%47.78

CMYK Percentages of Color #dc03cc

%0
%99
%7
%14

Triadic Colors of #dc03cc

#dc03cc #ccdc03 #03ccdc

Analogous Colors of #dc03cc

#dc03cc #dc0360 #8003dc

Monochromatic Colors of #dc03cc

#dc03cc

Complementary Color

#dc03cc #03dc13

#dc03cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc03cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc03cc Color CSS Codes

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

#dc03cc Text Font Color

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

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


#dc03cc Background Color

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

This div background color is #dc03cc


#dc03cc Border Color

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

This div border color is #dc03cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc03cc


Comments

No comments written yet.

Please login to write comment.