Color Hex Logo

#cd98dd Color Hex

#CD98DD
(205,152,221)
0 Favorites   0 Comments

Color spaces of #cd98dd

RGB 205152221
HSL0.790.500.73
HSV286°31°87°
CMYK 0.070.310.00   0.13
XYZ49.456240.656173.6474
Yxy40.65610.30200.2483
Hunter Lab63.762126.8673-23.8484
CIE-Lab69.934331.7522-27.3988

#cd98dd color RGB value is (205,152,221).

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

The process color (four color CMYK) of #cd98dd color hex is 0.07, 0.31, 0.00, 0.13. Web safe color of #cd98dd is #cc99cc. Color #cd98dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011000 11011101
Octal 315 230 335
Decimal 205 152 221
Hex CD 98 DD

RGB Percentages of Color #cd98dd

%35.47
%26.30
%38.24

CMYK Percentages of Color #cd98dd

%7
%31
%0
%13

Triadic Colors of #cd98dd

#cd98dd #ddcd98 #98ddcd

Analogous Colors of #cd98dd

#cd98dd #dd98cb #ab98dd

Monochromatic Colors of #cd98dd

#cd98dd

Complementary Color

#cd98dd #a8dd98

#cd98dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd98dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd98dd Color CSS Codes

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

#cd98dd Text Font Color

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

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


#cd98dd Background Color

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

This div background color is #cd98dd


#cd98dd Border Color

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

This div border color is #cd98dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,152,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cd98dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd98dd


Comments

No comments written yet.

Please login to write comment.