Color Hex Logo

#ad32b7 Color Hex

#AD32B7
(173,50,183)
0 Favorites   0 Comments

Color spaces of #ad32b7

RGB 17350183
HSL0.820.570.46
HSV295°73°72°
CMYK 0.050.730.00   0.28
XYZ26.921414.584346.1959
Yxy14.58430.30700.1663
Hunter Lab38.189459.0011-44.9877
CIE-Lab45.059565.1772-45.0084

#ad32b7 color RGB value is (173,50,183).

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

The process color (four color CMYK) of #ad32b7 color hex is 0.05, 0.73, 0.00, 0.28. Web safe color of #ad32b7 is #9933cc. Color #ad32b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110010 10110111
Octal 255 62 267
Decimal 173 50 183
Hex AD 32 B7

RGB Percentages of Color #ad32b7

%42.61
%12.32
%45.07

CMYK Percentages of Color #ad32b7

%5
%73
%0
%28

Triadic Colors of #ad32b7

#ad32b7 #b7ad32 #32b7ad

Analogous Colors of #ad32b7

#ad32b7 #b7327f #6b32b7

Monochromatic Colors of #ad32b7

#ad32b7

Complementary Color

#ad32b7 #3cb732

#ad32b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad32b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad32b7 Color CSS Codes

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

#ad32b7 Text Font Color

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

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


#ad32b7 Background Color

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

This div background color is #ad32b7


#ad32b7 Border Color

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

This div border color is #ad32b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad32b7


Comments

No comments written yet.

Please login to write comment.