Color Hex Logo

#d961fa Color Hex

#D961FA
(217,97,250)
0 Favorites   0 Comments

Color spaces of #d961fa

RGB 21797250
HSL0.800.940.68
HSV287°61°98°
CMYK 0.130.610.00   0.02
XYZ50.145330.203293.6293
Yxy30.20320.28820.1736
Hunter Lab54.957466.6948-62.5403
CIE-Lab61.829268.5474-55.9987

#d961fa color RGB value is (217,97,250).

#d961fa hex color red value is 217, green value is 97 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d961fa hue: 0.80 , saturation: 0.94 and the lightness value of d961fa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100001 11111010
Octal 331 141 372
Decimal 217 97 250
Hex D9 61 FA

RGB Percentages of Color #d961fa

%38.48
%17.20
%44.33

CMYK Percentages of Color #d961fa

%13
%61
%0
%2

Triadic Colors of #d961fa

#d961fa #fad961 #61fad9

Analogous Colors of #d961fa

#d961fa #fa61cf #8d61fa

Monochromatic Colors of #d961fa

#d961fa

Complementary Color

#d961fa #82fa61

#d961fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d961fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d961fa Color CSS Codes

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

#d961fa Text Font Color

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

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


#d961fa Background Color

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

This div background color is #d961fa


#d961fa Border Color

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

This div border color is #d961fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d961fa


Comments

No comments written yet.

Please login to write comment.