Color Hex Logo

#dc13cc Color Hex

#DC13CC
(220,19,204)
0 Favorites   0 Comments

Color spaces of #dc13cc

RGB 22019204
HSL0.850.840.47
HSV305°91°86°
CMYK 0.000.910.07   0.14
XYZ40.647220.041058.8527
Yxy20.04100.34000.1676
Hunter Lab44.767283.7299-46.6080
CIE-Lab51.883584.1030-45.8761

#dc13cc color RGB value is (220,19,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010011 11001100
Octal 334 23 314
Decimal 220 19 204
Hex DC 13 CC

RGB Percentages of Color #dc13cc

%49.66
%4.29
%46.05

CMYK Percentages of Color #dc13cc

%0
%91
%7
%14

Triadic Colors of #dc13cc

#dc13cc #ccdc13 #13ccdc

Analogous Colors of #dc13cc

#dc13cc #dc1368 #8813dc

Monochromatic Colors of #dc13cc

#dc13cc

Complementary Color

#dc13cc #13dc23

#dc13cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc13cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc13cc Color CSS Codes

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

#dc13cc Text Font Color

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

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


#dc13cc Background Color

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

This div background color is #dc13cc


#dc13cc Border Color

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

This div border color is #dc13cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc13cc


Comments

No comments written yet.

Please login to write comment.