Color Hex Logo

#cd62db Color Hex

#CD62DB
(205,98,219)
0 Favorites   0 Comments

Color spaces of #cd62db

RGB 20598219
HSL0.810.630.62
HSV293°55°86°
CMYK 0.060.550.00   0.14
XYZ42.330726.829069.9653
Yxy26.82900.30430.1928
Hunter Lab51.796755.2343-43.8293
CIE-Lab58.815759.3534-43.5929

#cd62db color RGB value is (205,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100010 11011011
Octal 315 142 333
Decimal 205 98 219
Hex CD 62 DB

RGB Percentages of Color #cd62db

%39.27
%18.77
%41.95

CMYK Percentages of Color #cd62db

%6
%55
%0
%14

Triadic Colors of #cd62db

#cd62db #dbcd62 #62dbcd

Analogous Colors of #cd62db

#cd62db #db62ad #9162db

Monochromatic Colors of #cd62db

#cd62db

Complementary Color

#cd62db #70db62

#cd62db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd62db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd62db Color CSS Codes

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

#cd62db Text Font Color

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

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


#cd62db Background Color

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

This div background color is #cd62db


#cd62db Border Color

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

This div border color is #cd62db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd62db


Comments

No comments written yet.

Please login to write comment.