Color Hex Logo

#d98bdb Color Hex

#D98BDB
(217,139,219)
0 Favorites   0 Comments

Color spaces of #d98bdb

RGB 217139219
HSL0.830.530.70
HSV299°37°86°
CMYK 0.010.370.00   0.14
XYZ50.634138.331471.7478
Yxy38.33140.31510.2385
Hunter Lab61.912437.6369-25.3702
CIE-Lab68.264242.1188-28.7558

#d98bdb color RGB value is (217,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001011 11011011
Octal 331 213 333
Decimal 217 139 219
Hex D9 8B DB

RGB Percentages of Color #d98bdb

%37.74
%24.17
%38.09

CMYK Percentages of Color #d98bdb

%1
%37
%0
%14

Triadic Colors of #d98bdb

#d98bdb #dbd98b #8bdbd9

Analogous Colors of #d98bdb

#d98bdb #db8bb5 #b18bdb

Monochromatic Colors of #d98bdb

#d98bdb

Complementary Color

#d98bdb #8ddb8b

#d98bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98bdb Color CSS Codes

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

#d98bdb Text Font Color

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

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


#d98bdb Background Color

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

This div background color is #d98bdb


#d98bdb Border Color

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

This div border color is #d98bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98bdb


Comments

No comments written yet.

Please login to write comment.