Color Hex Logo

#d998fe Color Hex

#D998FE
(217,152,254)
0 Favorites   0 Comments

Color spaces of #d998fe

RGB 217152254
HSL0.770.980.80
HSV278°40°100°
CMYK 0.150.400.00   0.00
XYZ57.732944.363999.2862
Yxy44.36390.28670.2203
Hunter Lab66.606238.1592-41.7559
CIE-Lab72.471142.1055-41.4062

#d998fe color RGB value is (217,152,254).

#d998fe hex color red value is 217, green value is 152 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d998fe hue: 0.77 , saturation: 0.98 and the lightness value of d998fe is 0.80.

The process color (four color CMYK) of #d998fe color hex is 0.15, 0.40, 0.00, 0.00. Web safe color of #d998fe is #cc99ff. Color #d998fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011000 11111110
Octal 331 230 376
Decimal 217 152 254
Hex D9 98 FE

RGB Percentages of Color #d998fe

%34.83
%24.40
%40.77

CMYK Percentages of Color #d998fe

%15
%40
%0
%0

Triadic Colors of #d998fe

#d998fe #fed998 #98fed9

Analogous Colors of #d998fe

#d998fe #fe98f0 #a698fe

Monochromatic Colors of #d998fe

#d998fe

Complementary Color

#d998fe #bdfe98

#d998fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d998fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d998fe Color CSS Codes

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

#d998fe Text Font Color

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

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


#d998fe Background Color

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

This div background color is #d998fe


#d998fe Border Color

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

This div border color is #d998fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d998fe

Related Colors


Comments

No comments written yet.

Please login to write comment.