Color Hex Logo

#cd63ac Color Hex

#CD63AC
(205,99,172)
0 Favorites   0 Comments

Color spaces of #cd63ac

RGB 20599172
HSL0.890.510.60
HSV319°52°80°
CMYK 0.000.520.16   0.20
XYZ37.085124.881441.8777
Yxy24.88140.35710.2396
Hunter Lab49.881345.4168-14.8599
CIE-Lab56.959750.8809-19.6543

#cd63ac color RGB value is (205,99,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100011 10101100
Octal 315 143 254
Decimal 205 99 172
Hex CD 63 AC

RGB Percentages of Color #cd63ac

%43.07
%20.80
%36.13

CMYK Percentages of Color #cd63ac

%0
%52
%16
%20

Triadic Colors of #cd63ac

#cd63ac #accd63 #63accd

Analogous Colors of #cd63ac

#cd63ac #cd6377 #b963cd

Monochromatic Colors of #cd63ac

#cd63ac

Complementary Color

#cd63ac #63cd84

#cd63ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd63ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd63ac Color CSS Codes

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

#cd63ac Text Font Color

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

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


#cd63ac Background Color

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

This div background color is #cd63ac


#cd63ac Border Color

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

This div border color is #cd63ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,99,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cd63ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd63ac


Comments

No comments written yet.

Please login to write comment.