Color Hex Logo

#dc39cc Color Hex

#DC39CC
(220,57,204)
0 Favorites   0 Comments

Color spaces of #dc39cc

RGB 22057204
HSL0.850.700.54
HSV306°74°86°
CMYK 0.000.740.07   0.14
XYZ41.877422.501559.2628
Yxy22.50150.33870.1820
Hunter Lab47.435774.5715-40.8676
CIE-Lab54.555176.3502-41.6474

#dc39cc color RGB value is (220,57,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111001 11001100
Octal 334 71 314
Decimal 220 57 204
Hex DC 39 CC

RGB Percentages of Color #dc39cc

%45.74
%11.85
%42.41

CMYK Percentages of Color #dc39cc

%0
%74
%7
%14

Triadic Colors of #dc39cc

#dc39cc #ccdc39 #39ccdc

Analogous Colors of #dc39cc

#dc39cc #dc397b #9b39dc

Monochromatic Colors of #dc39cc

#dc39cc

Complementary Color

#dc39cc #39dc49

#dc39cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc39cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc39cc Color CSS Codes

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

#dc39cc Text Font Color

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

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


#dc39cc Background Color

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

This div background color is #dc39cc


#dc39cc Border Color

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

This div border color is #dc39cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc39cc


Comments

No comments written yet.

Please login to write comment.