Color Hex Logo

#cd88db Color Hex

#CD88DB
(205,136,219)
0 Favorites   0 Comments

Color spaces of #cd88db

RGB 205136219
HSL0.810.540.70
HSV290°38°86°
CMYK 0.060.380.00   0.14
XYZ46.767235.701971.4441
Yxy35.70190.30390.2320
Hunter Lab59.751135.1477-29.0671
CIE-Lab66.291540.0290-31.9110

#cd88db color RGB value is (205,136,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001000 11011011
Octal 315 210 333
Decimal 205 136 219
Hex CD 88 DB

RGB Percentages of Color #cd88db

%36.61
%24.29
%39.11

CMYK Percentages of Color #cd88db

%6
%38
%0
%14

Triadic Colors of #cd88db

#cd88db #dbcd88 #88dbcd

Analogous Colors of #cd88db

#cd88db #db88c0 #a488db

Monochromatic Colors of #cd88db

#cd88db

Complementary Color

#cd88db #96db88

#cd88db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd88db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd88db Color CSS Codes

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

#cd88db Text Font Color

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

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


#cd88db Background Color

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

This div background color is #cd88db


#cd88db Border Color

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

This div border color is #cd88db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd88db


Comments

No comments written yet.

Please login to write comment.