Color Hex Logo

#cd63cc Color Hex

#CD63CC
(205,99,204)
0 Favorites   0 Comments

Color spaces of #cd63cc

RGB 20599204
HSL0.830.510.60
HSV301°52°80°
CMYK 0.000.520.00   0.20
XYZ40.537826.262460.0593
Yxy26.26240.31950.2070
Hunter Lab51.246951.5169-33.6128
CIE-Lab58.285356.1710-35.9444

#cd63cc color RGB value is (205,99,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100011 11001100
Octal 315 143 314
Decimal 205 99 204
Hex CD 63 CC

RGB Percentages of Color #cd63cc

%40.35
%19.49
%40.16

CMYK Percentages of Color #cd63cc

%0
%52
%0
%20

Triadic Colors of #cd63cc

#cd63cc #cccd63 #63cccd

Analogous Colors of #cd63cc

#cd63cc #cd6397 #9963cd

Monochromatic Colors of #cd63cc

#cd63cc

Complementary Color

#cd63cc #63cd64

#cd63cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd63cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd63cc Color CSS Codes

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

#cd63cc Text Font Color

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

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


#cd63cc Background Color

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

This div background color is #cd63cc


#cd63cc Border Color

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

This div border color is #cd63cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd63cc


Comments

No comments written yet.

Please login to write comment.