Color Hex Logo

#d329fa Color Hex

#D329FA
(211,41,250)
0 Favorites   0 Comments

Color spaces of #d329fa

RGB 21141250
HSL0.800.950.57
HSV289°84°98°
CMYK 0.160.840.00   0.02
XYZ44.912222.336992.3868
Yxy22.33690.28130.1399
Hunter Lab47.261986.9171-82.8157
CIE-Lab54.382786.0708-67.9924

#d329fa color RGB value is (211,41,250).

#d329fa hex color red value is 211, green value is 41 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d329fa hue: 0.80 , saturation: 0.95 and the lightness value of d329fa is 0.57.

The process color (four color CMYK) of #d329fa color hex is 0.16, 0.84, 0.00, 0.02. Web safe color of #d329fa is #cc33ff. Color #d329fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101001 11111010
Octal 323 51 372
Decimal 211 41 250
Hex D3 29 FA

RGB Percentages of Color #d329fa

%42.03
%8.17
%49.80

CMYK Percentages of Color #d329fa

%16
%84
%0
%2

Triadic Colors of #d329fa

#d329fa #fad329 #29fad3

Analogous Colors of #d329fa

#d329fa #fa29b9 #6b29fa

Monochromatic Colors of #d329fa

#d329fa

Complementary Color

#d329fa #50fa29

#d329fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d329fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d329fa Color CSS Codes

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

#d329fa Text Font Color

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

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


#d329fa Background Color

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

This div background color is #d329fa


#d329fa Border Color

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

This div border color is #d329fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,41,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d329fa


Comments

No comments written yet.

Please login to write comment.