Color Hex Logo

#ad29fc Color Hex

#AD29FC
(173,41,252)
0 Favorites   0 Comments

Color spaces of #ad29fc

RGB 17341252
HSL0.770.970.57
HSV278°84°99°
CMYK 0.310.840.00   0.01
XYZ35.597217.498493.5968
Yxy17.49840.24270.1193
Hunter Lab41.831178.6946-103.3792
CIE-Lab48.882080.7454-78.2994

#ad29fc color RGB value is (173,41,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101001 11111100
Octal 255 51 374
Decimal 173 41 252
Hex AD 29 FC

RGB Percentages of Color #ad29fc

%37.12
%8.80
%54.08

CMYK Percentages of Color #ad29fc

%31
%84
%0
%1

Triadic Colors of #ad29fc

#ad29fc #fcad29 #29fcad

Analogous Colors of #ad29fc

#ad29fc #fc29e2 #4429fc

Monochromatic Colors of #ad29fc

#ad29fc

Complementary Color

#ad29fc #78fc29

#ad29fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad29fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad29fc Color CSS Codes

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

#ad29fc Text Font Color

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

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


#ad29fc Background Color

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

This div background color is #ad29fc


#ad29fc Border Color

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

This div border color is #ad29fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad29fc

Related Colors


Comments

No comments written yet.

Please login to write comment.