Color Hex Logo

#ad32ba Color Hex

#AD32BA
(173,50,186)
0 Favorites   0 Comments

Color spaces of #ad32ba

RGB 17350186
HSL0.820.580.46
HSV294°73°73°
CMYK 0.070.730.00   0.27
XYZ27.237114.710647.8583
Yxy14.71060.30330.1638
Hunter Lab38.354459.6403-47.1335
CIE-Lab45.235265.6982-46.4869

#ad32ba color RGB value is (173,50,186).

#ad32ba hex color red value is 173, green value is 50 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ad32ba hue: 0.82 , saturation: 0.58 and the lightness value of ad32ba is 0.46.

The process color (four color CMYK) of #ad32ba color hex is 0.07, 0.73, 0.00, 0.27. Web safe color of #ad32ba is #9933cc. Color #ad32ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110010 10111010
Octal 255 62 272
Decimal 173 50 186
Hex AD 32 BA

RGB Percentages of Color #ad32ba

%42.30
%12.22
%45.48

CMYK Percentages of Color #ad32ba

%7
%73
%0
%27

Triadic Colors of #ad32ba

#ad32ba #baad32 #32baad

Analogous Colors of #ad32ba

#ad32ba #ba3283 #6932ba

Monochromatic Colors of #ad32ba

#ad32ba

Complementary Color

#ad32ba #3fba32

#ad32ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad32ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad32ba Color CSS Codes

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

#ad32ba Text Font Color

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

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


#ad32ba Background Color

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

This div background color is #ad32ba


#ad32ba Border Color

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

This div border color is #ad32ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad32ba


Comments

No comments written yet.

Please login to write comment.