Color Hex Logo

#dc49cc Color Hex

#DC49CC
(220,73,204)
0 Favorites   0 Comments

Color spaces of #dc49cc

RGB 22073204
HSL0.850.680.57
HSV307°67°86°
CMYK 0.000.670.07   0.14
XYZ42.796824.340459.5693
Yxy24.34040.33780.1921
Hunter Lab49.336068.5029-37.0528
CIE-Lab56.427071.0459-38.7010

#dc49cc color RGB value is (220,73,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001001 11001100
Octal 334 111 314
Decimal 220 73 204
Hex DC 49 CC

RGB Percentages of Color #dc49cc

%44.27
%14.69
%41.05

CMYK Percentages of Color #dc49cc

%0
%67
%7
%14

Triadic Colors of #dc49cc

#dc49cc #ccdc49 #49ccdc

Analogous Colors of #dc49cc

#dc49cc #dc4983 #a349dc

Monochromatic Colors of #dc49cc

#dc49cc

Complementary Color

#dc49cc #49dc59

#dc49cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc49cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc49cc Color CSS Codes

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

#dc49cc Text Font Color

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

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


#dc49cc Background Color

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

This div background color is #dc49cc


#dc49cc Border Color

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

This div border color is #dc49cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc49cc


Comments

No comments written yet.

Please login to write comment.