Color Hex Logo

#ad05ba Color Hex

#AD05BA
(173,5,186)
0 Favorites   0 Comments

Color spaces of #ad05ba

RGB 1735186
HSL0.820.950.37
HSV296°97°73°
CMYK 0.070.970.00   0.27
XYZ26.150812.537947.4961
Yxy12.53790.30340.1455
Hunter Lab35.408969.8634-54.7430
CIE-Lab42.058674.9488-51.5794

#ad05ba color RGB value is (173,5,186).

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

The process color (four color CMYK) of #ad05ba color hex is 0.07, 0.97, 0.00, 0.27. Web safe color of #ad05ba is #9900cc. Color #ad05ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000101 10111010
Octal 255 5 272
Decimal 173 5 186
Hex AD 5 BA

RGB Percentages of Color #ad05ba

%47.53
%1.37
%51.10

CMYK Percentages of Color #ad05ba

%7
%97
%0
%27

Triadic Colors of #ad05ba

#ad05ba #baad05 #05baad

Analogous Colors of #ad05ba

#ad05ba #ba056d #5205ba

Monochromatic Colors of #ad05ba

#ad05ba

Complementary Color

#ad05ba #12ba05

#ad05ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad05ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad05ba Color CSS Codes

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

#ad05ba Text Font Color

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

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


#ad05ba Background Color

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

This div background color is #ad05ba


#ad05ba Border Color

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

This div border color is #ad05ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad05ba


Comments

No comments written yet.

Please login to write comment.