Color Hex Logo

#ad34ab Color Hex

#AD34AB
(173,52,171)
0 Favorites   0 Comments

Color spaces of #ad34ab

RGB 17352171
HSL0.840.540.44
HSV301°70°68°
CMYK 0.000.700.01   0.32
XYZ25.812314.280539.9240
Yxy14.28050.32260.1785
Hunter Lab37.789555.7934-36.1862
CIE-Lab44.632562.4448-38.6100

#ad34ab color RGB value is (173,52,171).

#ad34ab hex color red value is 173, green value is 52 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ad34ab hue: 0.84 , saturation: 0.54 and the lightness value of ad34ab is 0.44.

The process color (four color CMYK) of #ad34ab color hex is 0.00, 0.70, 0.01, 0.32. Web safe color of #ad34ab is #993399. Color #ad34ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110100 10101011
Octal 255 64 253
Decimal 173 52 171
Hex AD 34 AB

RGB Percentages of Color #ad34ab

%43.69
%13.13
%43.18

CMYK Percentages of Color #ad34ab

%0
%70
%1
%32

Triadic Colors of #ad34ab

#ad34ab #abad34 #34abad

Analogous Colors of #ad34ab

#ad34ab #ad346f #7334ad

Monochromatic Colors of #ad34ab

#ad34ab

Complementary Color

#ad34ab #34ad36

#ad34ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad34ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad34ab Color CSS Codes

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

#ad34ab Text Font Color

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

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


#ad34ab Background Color

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

This div background color is #ad34ab


#ad34ab Border Color

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

This div border color is #ad34ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad34ab


Comments

No comments written yet.

Please login to write comment.