Color Hex Logo

#ad40ba Color Hex

#AD40BA
(173,64,186)
0 Favorites   0 Comments

Color spaces of #ad40ba

RGB 17364186
HSL0.820.490.49
HSV294°66°73°
CMYK 0.070.660.00   0.27
XYZ27.929916.096248.0892
Yxy16.09620.30320.1747
Hunter Lab40.120154.0540-42.9828
CIE-Lab47.100460.4301-43.5152

#ad40ba color RGB value is (173,64,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 10111010
Octal 255 100 272
Decimal 173 64 186
Hex AD 40 BA

RGB Percentages of Color #ad40ba

%40.90
%15.13
%43.97

CMYK Percentages of Color #ad40ba

%7
%66
%0
%27

Triadic Colors of #ad40ba

#ad40ba #baad40 #40baad

Analogous Colors of #ad40ba

#ad40ba #ba408a #7040ba

Monochromatic Colors of #ad40ba

#ad40ba

Complementary Color

#ad40ba #4dba40

#ad40ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad40ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad40ba Color CSS Codes

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

#ad40ba Text Font Color

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

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


#ad40ba Background Color

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

This div background color is #ad40ba


#ad40ba Border Color

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

This div border color is #ad40ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad40ba


Comments

No comments written yet.

Please login to write comment.