Color Hex Logo

#d952fd Color Hex

#D952FD
(217,82,253)
0 Favorites   0 Comments

Color spaces of #d952fd

RGB 21782253
HSL0.800.980.66
HSV287°68°99°
CMYK 0.140.680.00   0.01
XYZ49.362227.878195.7079
Yxy27.87810.28540.1612
Hunter Lab52.799774.4793-70.5128
CIE-Lab59.778475.2725-60.9315

#d952fd color RGB value is (217,82,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010010 11111101
Octal 331 122 375
Decimal 217 82 253
Hex D9 52 FD

RGB Percentages of Color #d952fd

%39.31
%14.86
%45.83

CMYK Percentages of Color #d952fd

%14
%68
%0
%1

Triadic Colors of #d952fd

#d952fd #fdd952 #52fdd9

Analogous Colors of #d952fd

#d952fd #fd52cc #8452fd

Monochromatic Colors of #d952fd

#d952fd

Complementary Color

#d952fd #76fd52

#d952fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d952fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d952fd Color CSS Codes

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

#d952fd Text Font Color

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

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


#d952fd Background Color

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

This div background color is #d952fd


#d952fd Border Color

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

This div border color is #d952fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d952fd


Comments

No comments written yet.

Please login to write comment.