Color Hex Logo

#cd98db Color Hex

#CD98DB
(205,152,219)
0 Favorites   0 Comments

Color spaces of #cd98db

RGB 205152219
HSL0.800.480.73
HSV287°31°86°
CMYK 0.060.310.00   0.14
XYZ49.191340.550172.2521
Yxy40.55010.30370.2503
Hunter Lab63.679026.4511-22.6970
CIE-Lab69.859631.3551-26.4119

#cd98db color RGB value is (205,152,219).

#cd98db hex color red value is 205, green value is 152 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cd98db hue: 0.80 , saturation: 0.48 and the lightness value of cd98db is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011000 11011011
Octal 315 230 333
Decimal 205 152 219
Hex CD 98 DB

RGB Percentages of Color #cd98db

%35.59
%26.39
%38.02

CMYK Percentages of Color #cd98db

%6
%31
%0
%14

Triadic Colors of #cd98db

#cd98db #dbcd98 #98dbcd

Analogous Colors of #cd98db

#cd98db #db98c8 #ac98db

Monochromatic Colors of #cd98db

#cd98db

Complementary Color

#cd98db #a6db98

#cd98db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd98db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd98db Color CSS Codes

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

#cd98db Text Font Color

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

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


#cd98db Background Color

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

This div background color is #cd98db


#cd98db Border Color

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

This div border color is #cd98db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd98db


Comments

No comments written yet.

Please login to write comment.