Color Hex Logo

#cd54cc Color Hex

#CD54CC
(205,84,204)
0 Favorites   0 Comments

Color spaces of #cd54cc

RGB 20584204
HSL0.830.550.57
HSV300°59°80°
CMYK 0.000.590.00   0.20
XYZ39.246223.679459.6288
Yxy23.67940.32020.1932
Hunter Lab48.661558.8053-38.5897
CIE-Lab55.765462.9923-39.8963

#cd54cc color RGB value is (205,84,204).

#cd54cc hex color red value is 205, green value is 84 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cd54cc hue: 0.83 , saturation: 0.55 and the lightness value of cd54cc is 0.57.

The process color (four color CMYK) of #cd54cc color hex is 0.00, 0.59, 0.00, 0.20. Web safe color of #cd54cc is #cc66cc. Color #cd54cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010100 11001100
Octal 315 124 314
Decimal 205 84 204
Hex CD 54 CC

RGB Percentages of Color #cd54cc

%41.58
%17.04
%41.38

CMYK Percentages of Color #cd54cc

%0
%59
%0
%20

Triadic Colors of #cd54cc

#cd54cc #cccd54 #54cccd

Analogous Colors of #cd54cc

#cd54cc #cd5490 #9254cd

Monochromatic Colors of #cd54cc

#cd54cc

Complementary Color

#cd54cc #54cd55

#cd54cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd54cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd54cc Color CSS Codes

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

#cd54cc Text Font Color

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

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


#cd54cc Background Color

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

This div background color is #cd54cc


#cd54cc Border Color

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

This div border color is #cd54cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd54cc


Comments

No comments written yet.

Please login to write comment.