Color Hex Logo

#d629fd Color Hex

#D629FD
(214,41,253)
0 Favorites   0 Comments

Color spaces of #d629fd

RGB 21441253
HSL0.800.980.58
HSV289°84°99°
CMYK 0.150.840.00   0.01
XYZ46.254122.973994.9250
Yxy22.97390.28180.1400
Hunter Lab47.931188.3753-83.8689
CIE-Lab55.045487.0545-68.5680

#d629fd color RGB value is (214,41,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101001 11111101
Octal 326 51 375
Decimal 214 41 253
Hex D6 29 FD

RGB Percentages of Color #d629fd

%42.13
%8.07
%49.80

CMYK Percentages of Color #d629fd

%15
%84
%0
%1

Triadic Colors of #d629fd

#d629fd #fdd629 #29fdd6

Analogous Colors of #d629fd

#d629fd #fd29ba #6c29fd

Monochromatic Colors of #d629fd

#d629fd

Complementary Color

#d629fd #50fd29

#d629fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d629fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d629fd Color CSS Codes

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

#d629fd Text Font Color

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

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


#d629fd Background Color

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

This div background color is #d629fd


#d629fd Border Color

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

This div border color is #d629fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d629fd


Comments

No comments written yet.

Please login to write comment.