Color Hex Logo

#dc38cc Color Hex

#DC38CC
(220,56,204)
0 Favorites   0 Comments

Color spaces of #dc38cc

RGB 22056204
HSL0.850.700.54
HSV306°75°86°
CMYK 0.000.750.07   0.14
XYZ41.828522.403659.2465
Yxy22.40360.33880.1814
Hunter Lab47.332474.9118-41.0812
CIE-Lab54.452676.6438-41.8091

#dc38cc color RGB value is (220,56,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111000 11001100
Octal 334 70 314
Decimal 220 56 204
Hex DC 38 CC

RGB Percentages of Color #dc38cc

%45.83
%11.67
%42.50

CMYK Percentages of Color #dc38cc

%0
%75
%7
%14

Triadic Colors of #dc38cc

#dc38cc #ccdc38 #38ccdc

Analogous Colors of #dc38cc

#dc38cc #dc387a #9a38dc

Monochromatic Colors of #dc38cc

#dc38cc

Complementary Color

#dc38cc #38dc48

#dc38cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc38cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc38cc Color CSS Codes

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

#dc38cc Text Font Color

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

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


#dc38cc Background Color

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

This div background color is #dc38cc


#dc38cc Border Color

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

This div border color is #dc38cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc38cc


Comments

No comments written yet.

Please login to write comment.