Color Hex Logo

#d979fa Color Hex

#D979FA
(217,121,250)
0 Favorites   0 Comments

Color spaces of #d979fa

RGB 217121250
HSL0.790.930.73
HSV285°52°98°
CMYK 0.130.520.00   0.02
XYZ52.708035.328694.4836
Yxy35.32860.28880.1936
Hunter Lab59.437954.2730-52.6420
CIE-Lab66.003757.3222-49.3779

#d979fa color RGB value is (217,121,250).

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

The process color (four color CMYK) of #d979fa color hex is 0.13, 0.52, 0.00, 0.02. Web safe color of #d979fa is #cc66ff. Color #d979fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111001 11111010
Octal 331 171 372
Decimal 217 121 250
Hex D9 79 FA

RGB Percentages of Color #d979fa

%36.90
%20.58
%42.52

CMYK Percentages of Color #d979fa

%13
%52
%0
%2

Triadic Colors of #d979fa

#d979fa #fad979 #79fad9

Analogous Colors of #d979fa

#d979fa #fa79db #9979fa

Monochromatic Colors of #d979fa

#d979fa

Complementary Color

#d979fa #9afa79

#d979fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d979fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d979fa Color CSS Codes

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

#d979fa Text Font Color

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

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


#d979fa Background Color

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

This div background color is #d979fa


#d979fa Border Color

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

This div border color is #d979fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d979fa

Related Colors


Comments

No comments written yet.

Please login to write comment.