Color Hex Logo

#ad34ba Color Hex

#AD34BA
(173,52,186)
0 Favorites   0 Comments

Color spaces of #ad34ba

RGB 17352186
HSL0.820.560.47
HSV294°72°73°
CMYK 0.070.720.00   0.27
XYZ27.324514.885447.8874
Yxy14.88540.30330.1652
Hunter Lab38.581658.9006-46.5835
CIE-Lab45.476865.0091-46.1012

#ad34ba color RGB value is (173,52,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110100 10111010
Octal 255 64 272
Decimal 173 52 186
Hex AD 34 BA

RGB Percentages of Color #ad34ba

%42.09
%12.65
%45.26

CMYK Percentages of Color #ad34ba

%7
%72
%0
%27

Triadic Colors of #ad34ba

#ad34ba #baad34 #34baad

Analogous Colors of #ad34ba

#ad34ba #ba3484 #6a34ba

Monochromatic Colors of #ad34ba

#ad34ba

Complementary Color

#ad34ba #41ba34

#ad34ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad34ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad34ba Color CSS Codes

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

#ad34ba Text Font Color

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

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


#ad34ba Background Color

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

This div background color is #ad34ba


#ad34ba Border Color

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

This div border color is #ad34ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad34ba


Comments

No comments written yet.

Please login to write comment.