Color Hex Logo

#d98fdc Color Hex

#D98FDC
(217,143,220)
0 Favorites   0 Comments

Color spaces of #d98fdc

RGB 217143220
HSL0.830.520.71
HSV298°35°86°
CMYK 0.010.350.00   0.14
XYZ51.356039.563972.6400
Yxy39.56390.31400.2419
Hunter Lab62.899835.6656-24.4413
CIE-Lab69.157840.1842-27.9335

#d98fdc color RGB value is (217,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001111 11011100
Octal 331 217 334
Decimal 217 143 220
Hex D9 8F DC

RGB Percentages of Color #d98fdc

%37.41
%24.66
%37.93

CMYK Percentages of Color #d98fdc

%1
%35
%0
%14

Triadic Colors of #d98fdc

#d98fdc #dcd98f #8fdcd9

Analogous Colors of #d98fdc

#d98fdc #dc8fb9 #b38fdc

Monochromatic Colors of #d98fdc

#d98fdc

Complementary Color

#d98fdc #92dc8f

#d98fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98fdc Color CSS Codes

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

#d98fdc Text Font Color

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

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


#d98fdc Background Color

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

This div background color is #d98fdc


#d98fdc Border Color

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

This div border color is #d98fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98fdc


Comments

No comments written yet.

Please login to write comment.