Color Hex Logo

#cd63af Color Hex

#CD63AF
(205,99,175)
0 Favorites   0 Comments

Color spaces of #cd63af

RGB 20599175
HSL0.880.510.60
HSV317°52°80°
CMYK 0.000.520.15   0.20
XYZ37.376524.998043.4126
Yxy24.99800.35330.2363
Hunter Lab49.998045.9429-16.4821
CIE-Lab57.073551.3449-21.2138

#cd63af color RGB value is (205,99,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100011 10101111
Octal 315 143 257
Decimal 205 99 175
Hex CD 63 AF

RGB Percentages of Color #cd63af

%42.80
%20.67
%36.53

CMYK Percentages of Color #cd63af

%0
%52
%15
%20

Triadic Colors of #cd63af

#cd63af #afcd63 #63afcd

Analogous Colors of #cd63af

#cd63af #cd637a #b663cd

Monochromatic Colors of #cd63af

#cd63af

Complementary Color

#cd63af #63cd81

#cd63af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd63af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd63af Color CSS Codes

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

#cd63af Text Font Color

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

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


#cd63af Background Color

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

This div background color is #cd63af


#cd63af Border Color

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

This div border color is #cd63af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd63af


Comments

No comments written yet.

Please login to write comment.