Color Hex Logo

#d998df Color Hex

#D998DF
(217,152,223)
0 Favorites   0 Comments

Color spaces of #d998df

RGB 217152223
HSL0.820.530.74
HSV295°32°87°
CMYK 0.030.320.00   0.13
XYZ53.162842.535975.2203
Yxy42.53590.31100.2489
Hunter Lab65.219631.3675-22.7278
CIE-Lab71.238835.9351-26.3907

#d998df color RGB value is (217,152,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011000 11011111
Octal 331 230 337
Decimal 217 152 223
Hex D9 98 DF

RGB Percentages of Color #d998df

%36.66
%25.68
%37.67

CMYK Percentages of Color #d998df

%3
%32
%0
%13

Triadic Colors of #d998df

#d998df #dfd998 #98dfd9

Analogous Colors of #d998df

#d998df #df98c2 #b698df

Monochromatic Colors of #d998df

#d998df

Complementary Color

#d998df #9edf98

#d998df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d998df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d998df Color CSS Codes

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

#d998df Text Font Color

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

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


#d998df Background Color

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

This div background color is #d998df


#d998df Border Color

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

This div border color is #d998df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d998df


Comments

No comments written yet.

Please login to write comment.