Color Hex Logo

#d998de Color Hex

#D998DE
(217,152,222)
0 Favorites   0 Comments

Color spaces of #d998de

RGB 217152222
HSL0.820.510.73
HSV296°32°87°
CMYK 0.020.320.00   0.13
XYZ53.028342.482174.5122
Yxy42.48210.31190.2499
Hunter Lab65.178331.1635-22.1559
CIE-Lab71.202035.7459-25.8976

#d998de color RGB value is (217,152,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011000 11011110
Octal 331 230 336
Decimal 217 152 222
Hex D9 98 DE

RGB Percentages of Color #d998de

%36.72
%25.72
%37.56

CMYK Percentages of Color #d998de

%2
%32
%0
%13

Triadic Colors of #d998de

#d998de #ded998 #98ded9

Analogous Colors of #d998de

#d998de #de98c0 #b698de

Monochromatic Colors of #d998de

#d998de

Complementary Color

#d998de #9dde98

#d998de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d998de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d998de Color CSS Codes

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

#d998de Text Font Color

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

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


#d998de Background Color

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

This div background color is #d998de


#d998de Border Color

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

This div border color is #d998de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d998de


Comments

No comments written yet.

Please login to write comment.