Color Hex Logo

#ad29fe Color Hex

#AD29FE
(173,41,254)
0 Favorites   0 Comments

Color spaces of #ad29fe

RGB 17341254
HSL0.770.990.58
HSV277°84°100°
CMYK 0.320.840.00   0.00
XYZ35.915917.625995.2751
Yxy17.62590.24130.1184
Hunter Lab41.983279.2330-105.1622
CIE-Lab49.039281.1402-79.1582

#ad29fe color RGB value is (173,41,254).

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

The process color (four color CMYK) of #ad29fe color hex is 0.32, 0.84, 0.00, 0.00. Web safe color of #ad29fe is #9933ff. Color #ad29fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101001 11111110
Octal 255 51 376
Decimal 173 41 254
Hex AD 29 FE

RGB Percentages of Color #ad29fe

%36.97
%8.76
%54.27

CMYK Percentages of Color #ad29fe

%32
%84
%0
%0

Triadic Colors of #ad29fe

#ad29fe #fead29 #29fead

Analogous Colors of #ad29fe

#ad29fe #fe29e5 #4229fe

Monochromatic Colors of #ad29fe

#ad29fe

Complementary Color

#ad29fe #7afe29

#ad29fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad29fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad29fe Color CSS Codes

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

#ad29fe Text Font Color

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

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


#ad29fe Background Color

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

This div background color is #ad29fe


#ad29fe Border Color

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

This div border color is #ad29fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad29fe

Related Colors


Comments

No comments written yet.

Please login to write comment.