Color Hex Logo

#d329fe Color Hex

#D329FE
(211,41,254)
0 Favorites   0 Comments

Color spaces of #d329fe

RGB 21141254
HSL0.800.990.58
HSV288°84°100°
CMYK 0.170.840.00   0.00
XYZ45.546322.590595.7258
Yxy22.59050.27800.1379
Hunter Lab47.529587.8755-86.1413
CIE-Lab54.648086.7512-69.7890

#d329fe color RGB value is (211,41,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101001 11111110
Octal 323 51 376
Decimal 211 41 254
Hex D3 29 FE

RGB Percentages of Color #d329fe

%41.70
%8.10
%50.20

CMYK Percentages of Color #d329fe

%17
%84
%0
%0

Triadic Colors of #d329fe

#d329fe #fed329 #29fed3

Analogous Colors of #d329fe

#d329fe #fe29bf #6929fe

Monochromatic Colors of #d329fe

#d329fe

Complementary Color

#d329fe #54fe29

#d329fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d329fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d329fe Color CSS Codes

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

#d329fe Text Font Color

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

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


#d329fe Background Color

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

This div background color is #d329fe


#d329fe Border Color

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

This div border color is #d329fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d329fe


Comments

No comments written yet.

Please login to write comment.