Color Hex Logo

#d029fd Color Hex

#D029FD
(208,41,253)
0 Favorites   0 Comments

Color spaces of #d029fd

RGB 20841253
HSL0.800.980.58
HSV287°84°99°
CMYK 0.180.840.00   0.01
XYZ44.535022.087694.8446
Yxy22.08760.27580.1368
Hunter Lab46.997486.9019-86.7537
CIE-Lab54.119886.1103-70.1100

#d029fd color RGB value is (208,41,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101001 11111101
Octal 320 51 375
Decimal 208 41 253
Hex D0 29 FD

RGB Percentages of Color #d029fd

%41.43
%8.17
%50.40

CMYK Percentages of Color #d029fd

%18
%84
%0
%1

Triadic Colors of #d029fd

#d029fd #fdd029 #29fdd0

Analogous Colors of #d029fd

#d029fd #fd29c0 #6629fd

Monochromatic Colors of #d029fd

#d029fd

Complementary Color

#d029fd #56fd29

#d029fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d029fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d029fd Color CSS Codes

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

#d029fd Text Font Color

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

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


#d029fd Background Color

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

This div background color is #d029fd


#d029fd Border Color

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

This div border color is #d029fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d029fd

Related Colors


Comments

No comments written yet.

Please login to write comment.