Color Hex Logo

#d998fa Color Hex

#D998FA
(217,152,250)
0 Favorites   0 Comments

Color spaces of #d998fa

RGB 217152250
HSL0.780.910.79
HSV280°39°98°
CMYK 0.130.390.00   0.02
XYZ57.098844.110395.9472
Yxy44.11030.28960.2237
Hunter Lab66.415637.2327-39.1623
CIE-Lab72.302241.2775-39.4984

#d998fa color RGB value is (217,152,250).

#d998fa hex color red value is 217, green value is 152 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d998fa hue: 0.78 , saturation: 0.91 and the lightness value of d998fa is 0.79.

The process color (four color CMYK) of #d998fa color hex is 0.13, 0.39, 0.00, 0.02. Web safe color of #d998fa is #cc99ff. Color #d998fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011000 11111010
Octal 331 230 372
Decimal 217 152 250
Hex D9 98 FA

RGB Percentages of Color #d998fa

%35.06
%24.56
%40.39

CMYK Percentages of Color #d998fa

%13
%39
%0
%2

Triadic Colors of #d998fa

#d998fa #fad998 #98fad9

Analogous Colors of #d998fa

#d998fa #fa98ea #a898fa

Monochromatic Colors of #d998fa

#d998fa

Complementary Color

#d998fa #b9fa98

#d998fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d998fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d998fa Color CSS Codes

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

#d998fa Text Font Color

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

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


#d998fa Background Color

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

This div background color is #d998fa


#d998fa Border Color

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

This div border color is #d998fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d998fa


Comments

No comments written yet.

Please login to write comment.