Color Hex Logo

#d98edd Color Hex

#D98EDD
(217,142,221)
0 Favorites   0 Comments

Color spaces of #d98edd

RGB 217142221
HSL0.820.540.71
HSV297°36°87°
CMYK 0.020.360.00   0.13
XYZ51.339439.318273.2899
Yxy39.31820.31310.2398
Hunter Lab62.704236.4154-25.4063
CIE-Lab68.981140.9017-28.7577

#d98edd color RGB value is (217,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001110 11011101
Octal 331 216 335
Decimal 217 142 221
Hex D9 8E DD

RGB Percentages of Color #d98edd

%37.41
%24.48
%38.10

CMYK Percentages of Color #d98edd

%2
%36
%0
%13

Triadic Colors of #d98edd

#d98edd #ddd98e #8eddd9

Analogous Colors of #d98edd

#d98edd #dd8eba #b28edd

Monochromatic Colors of #d98edd

#d98edd

Complementary Color

#d98edd #92dd8e

#d98edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98edd Color CSS Codes

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

#d98edd Text Font Color

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

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


#d98edd Background Color

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

This div background color is #d98edd


#d98edd Border Color

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

This div border color is #d98edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98edd


Comments

No comments written yet.

Please login to write comment.