Color Hex Logo

#d929fd Color Hex

#D929FD
(217,41,253)
0 Favorites   0 Comments

Color spaces of #d929fd

RGB 21741253
HSL0.810.980.58
HSV290°84°99°
CMYK 0.140.840.00   0.01
XYZ47.137823.429494.9664
Yxy23.42940.28480.1415
Hunter Lab48.403989.1240-82.4417
CIE-Lab55.511987.5327-67.7916

#d929fd color RGB value is (217,41,253).

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

The process color (four color CMYK) of #d929fd color hex is 0.14, 0.84, 0.00, 0.01. Web safe color of #d929fd is #cc33ff. Color #d929fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101001 11111101
Octal 331 51 375
Decimal 217 41 253
Hex D9 29 FD

RGB Percentages of Color #d929fd

%42.47
%8.02
%49.51

CMYK Percentages of Color #d929fd

%14
%84
%0
%1

Triadic Colors of #d929fd

#d929fd #fdd929 #29fdd9

Analogous Colors of #d929fd

#d929fd #fd29b7 #6f29fd

Monochromatic Colors of #d929fd

#d929fd

Complementary Color

#d929fd #4dfd29

#d929fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d929fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d929fd Color CSS Codes

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

#d929fd Text Font Color

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

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


#d929fd Background Color

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

This div background color is #d929fd


#d929fd Border Color

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

This div border color is #d929fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d929fd


Comments

No comments written yet.

Please login to write comment.