Color Hex Logo

#cd83db Color Hex

#CD83DB
(205,131,219)
0 Favorites   0 Comments

Color spaces of #cd83db

RGB 205131219
HSL0.810.550.69
HSV290°40°86°
CMYK 0.060.400.00   0.14
XYZ46.079334.326271.2148
Yxy34.32620.30390.2264
Hunter Lab58.588637.8584-31.0554
CIE-Lab65.220742.6998-33.5712

#cd83db color RGB value is (205,131,219).

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

The process color (four color CMYK) of #cd83db color hex is 0.06, 0.40, 0.00, 0.14. Web safe color of #cd83db is #cc99cc. Color #cd83db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000011 11011011
Octal 315 203 333
Decimal 205 131 219
Hex CD 83 DB

RGB Percentages of Color #cd83db

%36.94
%23.60
%39.46

CMYK Percentages of Color #cd83db

%6
%40
%0
%14

Triadic Colors of #cd83db

#cd83db #dbcd83 #83dbcd

Analogous Colors of #cd83db

#cd83db #db83bd #a183db

Monochromatic Colors of #cd83db

#cd83db

Complementary Color

#cd83db #91db83

#cd83db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd83db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd83db Color CSS Codes

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

#cd83db Text Font Color

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

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


#cd83db Background Color

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

This div background color is #cd83db


#cd83db Border Color

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

This div border color is #cd83db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd83db


Comments

No comments written yet.

Please login to write comment.