Color Hex Logo

#cd84db Color Hex

#CD84DB
(205,132,219)
0 Favorites   0 Comments

Color spaces of #cd84db

RGB 205132219
HSL0.810.550.69
HSV290°40°86°
CMYK 0.060.400.00   0.14
XYZ46.214334.596171.2598
Yxy34.59610.30390.2275
Hunter Lab58.818437.3171-30.6582
CIE-Lab65.433042.1678-33.2417

#cd84db color RGB value is (205,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000100 11011011
Octal 315 204 333
Decimal 205 132 219
Hex CD 84 DB

RGB Percentages of Color #cd84db

%36.87
%23.74
%39.39

CMYK Percentages of Color #cd84db

%6
%40
%0
%14

Triadic Colors of #cd84db

#cd84db #dbcd84 #84dbcd

Analogous Colors of #cd84db

#cd84db #db84be #a284db

Monochromatic Colors of #cd84db

#cd84db

Complementary Color

#cd84db #92db84

#cd84db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd84db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd84db Color CSS Codes

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

#cd84db Text Font Color

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

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


#cd84db Background Color

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

This div background color is #cd84db


#cd84db Border Color

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

This div border color is #cd84db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd84db


Comments

No comments written yet.

Please login to write comment.