Color Hex Logo

#d98ddb Color Hex

#D98DDB
(217,141,219)
0 Favorites   0 Comments

Color spaces of #d98ddb

RGB 217141219
HSL0.830.520.71
HSV298°36°86°
CMYK 0.010.360.00   0.14
XYZ50.926338.915971.8452
Yxy38.91590.31500.2407
Hunter Lab62.382636.5496-24.6157
CIE-Lab68.690341.0602-28.0998

#d98ddb color RGB value is (217,141,219).

#d98ddb hex color red value is 217, green value is 141 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d98ddb hue: 0.83 , saturation: 0.52 and the lightness value of d98ddb is 0.71.

The process color (four color CMYK) of #d98ddb color hex is 0.01, 0.36, 0.00, 0.14. Web safe color of #d98ddb is #cc99cc. Color #d98ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001101 11011011
Octal 331 215 333
Decimal 217 141 219
Hex D9 8D DB

RGB Percentages of Color #d98ddb

%37.61
%24.44
%37.95

CMYK Percentages of Color #d98ddb

%1
%36
%0
%14

Triadic Colors of #d98ddb

#d98ddb #dbd98d #8ddbd9

Analogous Colors of #d98ddb

#d98ddb #db8db6 #b28ddb

Monochromatic Colors of #d98ddb

#d98ddb

Complementary Color

#d98ddb #8fdb8d

#d98ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98ddb Color CSS Codes

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

#d98ddb Text Font Color

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

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


#d98ddb Background Color

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

This div background color is #d98ddb


#d98ddb Border Color

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

This div border color is #d98ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98ddb


Comments

No comments written yet.

Please login to write comment.