Color Hex Logo

#d98fdd Color Hex

#D98FDD
(217,143,221)
0 Favorites   0 Comments

Color spaces of #d98fdd

RGB 217143221
HSL0.820.530.71
HSV297°35°87°
CMYK 0.020.350.00   0.13
XYZ51.488939.617173.3397
Yxy39.61710.31310.2409
Hunter Lab62.942135.8707-25.0248
CIE-Lab69.195940.3707-28.4270

#d98fdd color RGB value is (217,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001111 11011101
Octal 331 217 335
Decimal 217 143 221
Hex D9 8F DD

RGB Percentages of Color #d98fdd

%37.35
%24.61
%38.04

CMYK Percentages of Color #d98fdd

%2
%35
%0
%13

Triadic Colors of #d98fdd

#d98fdd #ddd98f #8fddd9

Analogous Colors of #d98fdd

#d98fdd #dd8fba #b28fdd

Monochromatic Colors of #d98fdd

#d98fdd

Complementary Color

#d98fdd #93dd8f

#d98fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98fdd Color CSS Codes

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

#d98fdd Text Font Color

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

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


#d98fdd Background Color

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

This div background color is #d98fdd


#d98fdd Border Color

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

This div border color is #d98fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98fdd


Comments

No comments written yet.

Please login to write comment.