Color Hex Logo

#d898fa Color Hex

#D898FA
(216,152,250)
0 Favorites   0 Comments

Color spaces of #d898fa

RGB 216152250
HSL0.780.910.79
HSV279°39°98°
CMYK 0.140.390.00   0.02
XYZ56.802543.957595.9333
Yxy43.95750.28880.2235
Hunter Lab66.300536.9030-39.3792
CIE-Lab72.200140.9865-39.6652

#d898fa color RGB value is (216,152,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011000 11111010
Octal 330 230 372
Decimal 216 152 250
Hex D8 98 FA

RGB Percentages of Color #d898fa

%34.95
%24.60
%40.45

CMYK Percentages of Color #d898fa

%14
%39
%0
%2

Triadic Colors of #d898fa

#d898fa #fad898 #98fad8

Analogous Colors of #d898fa

#d898fa #fa98eb #a798fa

Monochromatic Colors of #d898fa

#d898fa

Complementary Color

#d898fa #bafa98

#d898fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d898fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d898fa Color CSS Codes

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

#d898fa Text Font Color

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

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


#d898fa Background Color

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

This div background color is #d898fa


#d898fa Border Color

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

This div border color is #d898fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d898fa


Comments

No comments written yet.

Please login to write comment.