Color Hex Logo

#d954fa Color Hex

#D954FA
(217,84,250)
0 Favorites   0 Comments

Color spaces of #d954fa

RGB 21784250
HSL0.800.940.65
HSV288°66°98°
CMYK 0.130.660.00   0.02
XYZ49.040927.994593.2612
Yxy27.99450.28800.1644
Hunter Lab52.909872.8553-67.4703
CIE-Lab59.883873.9446-59.1032

#d954fa color RGB value is (217,84,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010100 11111010
Octal 331 124 372
Decimal 217 84 250
Hex D9 54 FA

RGB Percentages of Color #d954fa

%39.38
%15.25
%45.37

CMYK Percentages of Color #d954fa

%13
%66
%0
%2

Triadic Colors of #d954fa

#d954fa #fad954 #54fad9

Analogous Colors of #d954fa

#d954fa #fa54c8 #8654fa

Monochromatic Colors of #d954fa

#d954fa

Complementary Color

#d954fa #75fa54

#d954fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d954fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d954fa Color CSS Codes

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

#d954fa Text Font Color

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

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


#d954fa Background Color

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

This div background color is #d954fa


#d954fa Border Color

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

This div border color is #d954fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d954fa

Related Colors


Comments

No comments written yet.

Please login to write comment.