Color Hex Logo

#d951fd Color Hex

#D951FD
(217,81,253)
0 Favorites   0 Comments

Color spaces of #d951fd

RGB 21781253
HSL0.800.980.65
HSV287°68°99°
CMYK 0.140.680.00   0.01
XYZ49.287327.728495.6829
Yxy27.72840.28540.1606
Hunter Lab52.657874.9237-70.8737
CIE-Lab59.642675.6548-61.1491

#d951fd color RGB value is (217,81,253).

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

The process color (four color CMYK) of #d951fd color hex is 0.14, 0.68, 0.00, 0.01. Web safe color of #d951fd is #cc66ff. Color #d951fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010001 11111101
Octal 331 121 375
Decimal 217 81 253
Hex D9 51 FD

RGB Percentages of Color #d951fd

%39.38
%14.70
%45.92

CMYK Percentages of Color #d951fd

%14
%68
%0
%1

Triadic Colors of #d951fd

#d951fd #fdd951 #51fdd9

Analogous Colors of #d951fd

#d951fd #fd51cb #8351fd

Monochromatic Colors of #d951fd

#d951fd

Complementary Color

#d951fd #75fd51

#d951fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d951fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d951fd Color CSS Codes

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

#d951fd Text Font Color

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

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


#d951fd Background Color

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

This div background color is #d951fd


#d951fd Border Color

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

This div border color is #d951fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,81,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d951fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d951fd


Comments

No comments written yet.

Please login to write comment.