Color Hex Logo

#d98fde Color Hex

#D98FDE
(217,143,222)
0 Favorites   0 Comments

Color spaces of #d98fde

RGB 217143222
HSL0.820.540.72
HSV296°36°87°
CMYK 0.020.360.00   0.13
XYZ51.622539.670674.0436
Yxy39.67060.31220.2399
Hunter Lab62.984636.0765-25.6111
CIE-Lab69.234340.5577-28.9201

#d98fde color RGB value is (217,143,222).

#d98fde hex color red value is 217, green value is 143 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d98fde hue: 0.82 , saturation: 0.54 and the lightness value of d98fde is 0.72.

The process color (four color CMYK) of #d98fde color hex is 0.02, 0.36, 0.00, 0.13. Web safe color of #d98fde is #cc99cc. Color #d98fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001111 11011110
Octal 331 217 336
Decimal 217 143 222
Hex D9 8F DE

RGB Percentages of Color #d98fde

%37.29
%24.57
%38.14

CMYK Percentages of Color #d98fde

%2
%36
%0
%13

Triadic Colors of #d98fde

#d98fde #ded98f #8fded9

Analogous Colors of #d98fde

#d98fde #de8fbc #b28fde

Monochromatic Colors of #d98fde

#d98fde

Complementary Color

#d98fde #94de8f

#d98fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98fde Color CSS Codes

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

#d98fde Text Font Color

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

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


#d98fde Background Color

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

This div background color is #d98fde


#d98fde Border Color

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

This div border color is #d98fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,143,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98fde


Comments

No comments written yet.

Please login to write comment.