Color Hex Logo

#d98afa Color Hex

#D98AFA
(217,138,250)
0 Favorites   0 Comments

Color spaces of #d98afa

RGB 217138250
HSL0.780.920.76
HSV282°45°98°
CMYK 0.130.450.00   0.02
XYZ54.959139.830895.2339
Yxy39.83080.28920.2096
Hunter Lab63.111644.9966-45.2890
CIE-Lab69.348848.6702-44.1140

#d98afa color RGB value is (217,138,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001010 11111010
Octal 331 212 372
Decimal 217 138 250
Hex D9 8A FA

RGB Percentages of Color #d98afa

%35.87
%22.81
%41.32

CMYK Percentages of Color #d98afa

%13
%45
%0
%2

Triadic Colors of #d98afa

#d98afa #fad98a #8afad9

Analogous Colors of #d98afa

#d98afa #fa8ae3 #a18afa

Monochromatic Colors of #d98afa

#d98afa

Complementary Color

#d98afa #abfa8a

#d98afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98afa Color CSS Codes

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

#d98afa Text Font Color

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

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


#d98afa Background Color

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

This div background color is #d98afa


#d98afa Border Color

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

This div border color is #d98afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98afa


Comments

No comments written yet.

Please login to write comment.