Color Hex Logo

#cd50cc Color Hex

#CD50CC
(205,80,204)
0 Favorites   0 Comments

Color spaces of #cd50cc

RGB 20580204
HSL0.830.560.56
HSV300°61°80°
CMYK 0.000.610.00   0.20
XYZ38.944623.076159.5283
Yxy23.07610.32040.1899
Hunter Lab48.037660.6461-39.8460
CIE-Lab55.150664.6858-40.8642

#cd50cc color RGB value is (205,80,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010000 11001100
Octal 315 120 314
Decimal 205 80 204
Hex CD 50 CC

RGB Percentages of Color #cd50cc

%41.92
%16.36
%41.72

CMYK Percentages of Color #cd50cc

%0
%61
%0
%20

Triadic Colors of #cd50cc

#cd50cc #cccd50 #50cccd

Analogous Colors of #cd50cc

#cd50cc #cd508e #9050cd

Monochromatic Colors of #cd50cc

#cd50cc

Complementary Color

#cd50cc #50cd51

#cd50cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd50cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd50cc Color CSS Codes

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

#cd50cc Text Font Color

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

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


#cd50cc Background Color

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

This div background color is #cd50cc


#cd50cc Border Color

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

This div border color is #cd50cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd50cc


Comments

No comments written yet.

Please login to write comment.