Color Hex Logo

#dc36cc Color Hex

#DC36CC
(220,54,204)
0 Favorites   0 Comments

Color spaces of #dc36cc

RGB 22054204
HSL0.850.700.54
HSV306°75°86°
CMYK 0.000.750.07   0.14
XYZ41.733522.213659.2148
Yxy22.21360.33890.1804
Hunter Lab47.131375.5771-41.4988
CIE-Lab54.252977.2165-42.1244

#dc36cc color RGB value is (220,54,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110110 11001100
Octal 334 66 314
Decimal 220 54 204
Hex DC 36 CC

RGB Percentages of Color #dc36cc

%46.03
%11.30
%42.68

CMYK Percentages of Color #dc36cc

%0
%75
%7
%14

Triadic Colors of #dc36cc

#dc36cc #ccdc36 #36ccdc

Analogous Colors of #dc36cc

#dc36cc #dc3679 #9936dc

Monochromatic Colors of #dc36cc

#dc36cc

Complementary Color

#dc36cc #36dc46

#dc36cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc36cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc36cc Color CSS Codes

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

#dc36cc Text Font Color

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

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


#dc36cc Background Color

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

This div background color is #dc36cc


#dc36cc Border Color

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

This div border color is #dc36cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc36cc


Comments

No comments written yet.

Please login to write comment.