Color Hex Logo

#d971fa Color Hex

#D971FA
(217,113,250)
0 Favorites   0 Comments

Color spaces of #d971fa

RGB 217113250
HSL0.790.930.71
HSV286°55°98°
CMYK 0.130.550.00   0.02
XYZ51.775733.464194.1728
Yxy33.46410.28860.1865
Hunter Lab57.848258.5281-56.0263
CIE-Lab64.534961.2166-51.7008

#d971fa color RGB value is (217,113,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110001 11111010
Octal 331 161 372
Decimal 217 113 250
Hex D9 71 FA

RGB Percentages of Color #d971fa

%37.41
%19.48
%43.10

CMYK Percentages of Color #d971fa

%13
%55
%0
%2

Triadic Colors of #d971fa

#d971fa #fad971 #71fad9

Analogous Colors of #d971fa

#d971fa #fa71d7 #9571fa

Monochromatic Colors of #d971fa

#d971fa

Complementary Color

#d971fa #92fa71

#d971fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d971fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d971fa Color CSS Codes

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

#d971fa Text Font Color

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

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


#d971fa Background Color

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

This div background color is #d971fa


#d971fa Border Color

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

This div border color is #d971fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d971fa


Comments

No comments written yet.

Please login to write comment.