Color Hex Logo

#dd29fa Color Hex

#DD29FA
(221,41,250)
0 Favorites   0 Comments

Color spaces of #dd29fa

RGB 22141250
HSL0.810.950.57
HSV292°84°98°
CMYK 0.120.840.00   0.02
XYZ47.867123.860292.5251
Yxy23.86020.29140.1453
Hunter Lab48.846989.4374-78.1134
CIE-Lab55.947687.6856-65.3888

#dd29fa color RGB value is (221,41,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101001 11111010
Octal 335 51 372
Decimal 221 41 250
Hex DD 29 FA

RGB Percentages of Color #dd29fa

%43.16
%8.01
%48.83

CMYK Percentages of Color #dd29fa

%12
%84
%0
%2

Triadic Colors of #dd29fa

#dd29fa #fadd29 #29fadd

Analogous Colors of #dd29fa

#dd29fa #fa29af #7529fa

Monochromatic Colors of #dd29fa

#dd29fa

Complementary Color

#dd29fa #46fa29

#dd29fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd29fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd29fa Color CSS Codes

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

#dd29fa Text Font Color

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

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


#dd29fa Background Color

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

This div background color is #dd29fa


#dd29fa Border Color

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

This div border color is #dd29fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd29fa


Comments

No comments written yet.

Please login to write comment.