Color Hex Logo

#d982fa Color Hex

#D982FA
(217,130,250)
0 Favorites   0 Comments

Color spaces of #d982fa

RGB 217130250
HSL0.790.920.75
HSV284°48°98°
CMYK 0.130.480.00   0.02
XYZ53.853237.619194.8653
Yxy37.61910.28900.2019
Hunter Lab61.334449.3924-48.7691
CIE-Lab67.738952.7965-46.6426

#d982fa color RGB value is (217,130,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000010 11111010
Octal 331 202 372
Decimal 217 130 250
Hex D9 82 FA

RGB Percentages of Color #d982fa

%36.35
%21.78
%41.88

CMYK Percentages of Color #d982fa

%13
%48
%0
%2

Triadic Colors of #d982fa

#d982fa #fad982 #82fad9

Analogous Colors of #d982fa

#d982fa #fa82df #9d82fa

Monochromatic Colors of #d982fa

#d982fa

Complementary Color

#d982fa #a3fa82

#d982fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d982fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d982fa Color CSS Codes

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

#d982fa Text Font Color

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

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


#d982fa Background Color

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

This div background color is #d982fa


#d982fa Border Color

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

This div border color is #d982fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d982fa


Comments

No comments written yet.

Please login to write comment.