Color Hex Logo

#dc48cc Color Hex

#DC48CC
(220,72,204)
0 Favorites   0 Comments

Color spaces of #dc48cc

RGB 22072204
HSL0.850.680.57
HSV306°67°86°
CMYK 0.000.670.07   0.14
XYZ42.731624.210059.5475
Yxy24.21000.33780.1914
Hunter Lab49.203768.9144-37.3117
CIE-Lab56.297471.4097-38.9045

#dc48cc color RGB value is (220,72,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 11001100
Octal 334 110 314
Decimal 220 72 204
Hex DC 48 CC

RGB Percentages of Color #dc48cc

%44.35
%14.52
%41.13

CMYK Percentages of Color #dc48cc

%0
%67
%7
%14

Triadic Colors of #dc48cc

#dc48cc #ccdc48 #48ccdc

Analogous Colors of #dc48cc

#dc48cc #dc4882 #a248dc

Monochromatic Colors of #dc48cc

#dc48cc

Complementary Color

#dc48cc #48dc58

#dc48cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc48cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc48cc Color CSS Codes

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

#dc48cc Text Font Color

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

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


#dc48cc Background Color

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

This div background color is #dc48cc


#dc48cc Border Color

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

This div border color is #dc48cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc48cc


Comments

No comments written yet.

Please login to write comment.