Color Hex Logo

#d98fdb Color Hex

#D98FDB
(217,143,219)
0 Favorites   0 Comments

Color spaces of #d98fdb

RGB 217143219
HSL0.830.510.71
HSV298°35°86°
CMYK 0.010.350.00   0.14
XYZ51.223939.511171.9444
Yxy39.51110.31490.2429
Hunter Lab62.857935.4613-23.8603
CIE-Lab69.119939.9981-27.4392

#d98fdb color RGB value is (217,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001111 11011011
Octal 331 217 333
Decimal 217 143 219
Hex D9 8F DB

RGB Percentages of Color #d98fdb

%37.48
%24.70
%37.82

CMYK Percentages of Color #d98fdb

%1
%35
%0
%14

Triadic Colors of #d98fdb

#d98fdb #dbd98f #8fdbd9

Analogous Colors of #d98fdb

#d98fdb #db8fb7 #b38fdb

Monochromatic Colors of #d98fdb

#d98fdb

Complementary Color

#d98fdb #91db8f

#d98fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98fdb Color CSS Codes

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

#d98fdb Text Font Color

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

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


#d98fdb Background Color

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

This div background color is #d98fdb


#d98fdb Border Color

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

This div border color is #d98fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98fdb


Comments

No comments written yet.

Please login to write comment.