Color Hex Logo

#cd63db Color Hex

#CD63DB
(205,99,219)
0 Favorites   0 Comments

Color spaces of #cd63db

RGB 20599219
HSL0.810.630.62
HSV293°55°86°
CMYK 0.060.550.00   0.14
XYZ42.424927.017369.9967
Yxy27.01730.30430.1938
Hunter Lab51.978254.7310-43.4585
CIE-Lab58.990358.8838-43.3176

#cd63db color RGB value is (205,99,219).

#cd63db hex color red value is 205, green value is 99 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cd63db hue: 0.81 , saturation: 0.63 and the lightness value of cd63db is 0.62.

The process color (four color CMYK) of #cd63db color hex is 0.06, 0.55, 0.00, 0.14. Web safe color of #cd63db is #cc66cc. Color #cd63db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100011 11011011
Octal 315 143 333
Decimal 205 99 219
Hex CD 63 DB

RGB Percentages of Color #cd63db

%39.20
%18.93
%41.87

CMYK Percentages of Color #cd63db

%6
%55
%0
%14

Triadic Colors of #cd63db

#cd63db #dbcd63 #63dbcd

Analogous Colors of #cd63db

#cd63db #db63ad #9163db

Monochromatic Colors of #cd63db

#cd63db

Complementary Color

#cd63db #71db63

#cd63db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd63db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd63db Color CSS Codes

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

#cd63db Text Font Color

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

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


#cd63db Background Color

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

This div background color is #cd63db


#cd63db Border Color

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

This div border color is #cd63db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd63db


Comments

No comments written yet.

Please login to write comment.