Color Hex Logo

#dc54cc Color Hex

#DC54CC
(220,84,204)
0 Favorites   0 Comments

Color spaces of #dc54cc

RGB 22084204
HSL0.850.660.60
HSV307°62°86°
CMYK 0.000.620.07   0.14
XYZ43.584625.915959.8319
Yxy25.91590.33700.2004
Hunter Lab50.907763.7344-34.0483
CIE-Lab57.957166.7877-36.3029

#dc54cc color RGB value is (220,84,204).

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

The process color (four color CMYK) of #dc54cc color hex is 0.00, 0.62, 0.07, 0.14. Web safe color of #dc54cc is #cc66cc. Color #dc54cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010100 11001100
Octal 334 124 314
Decimal 220 84 204
Hex DC 54 CC

RGB Percentages of Color #dc54cc

%43.31
%16.54
%40.16

CMYK Percentages of Color #dc54cc

%0
%62
%7
%14

Triadic Colors of #dc54cc

#dc54cc #ccdc54 #54ccdc

Analogous Colors of #dc54cc

#dc54cc #dc5488 #a854dc

Monochromatic Colors of #dc54cc

#dc54cc

Complementary Color

#dc54cc #54dc64

#dc54cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc54cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc54cc Color CSS Codes

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

#dc54cc Text Font Color

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

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


#dc54cc Background Color

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

This div background color is #dc54cc


#dc54cc Border Color

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

This div border color is #dc54cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc54cc


Comments

No comments written yet.

Please login to write comment.