Color Hex Logo

#ad61ba Color Hex

#AD61BA
(173,97,186)
0 Favorites   0 Comments

Color spaces of #ad61ba

RGB 17397186
HSL0.810.390.55
HSV291°48°73°
CMYK 0.070.480.00   0.27
XYZ30.371220.978848.9029
Yxy20.97880.30290.2093
Hunter Lab45.802638.2067-31.2414
CIE-Lab52.926344.7347-34.3249

#ad61ba color RGB value is (173,97,186).

#ad61ba hex color red value is 173, green value is 97 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ad61ba hue: 0.81 , saturation: 0.39 and the lightness value of ad61ba is 0.55.

The process color (four color CMYK) of #ad61ba color hex is 0.07, 0.48, 0.00, 0.27. Web safe color of #ad61ba is #9966cc. Color #ad61ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100001 10111010
Octal 255 141 272
Decimal 173 97 186
Hex AD 61 BA

RGB Percentages of Color #ad61ba

%37.94
%21.27
%40.79

CMYK Percentages of Color #ad61ba

%7
%48
%0
%27

Triadic Colors of #ad61ba

#ad61ba #baad61 #61baad

Analogous Colors of #ad61ba

#ad61ba #ba619b #8161ba

Monochromatic Colors of #ad61ba

#ad61ba

Complementary Color

#ad61ba #6eba61

#ad61ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad61ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad61ba Color CSS Codes

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

#ad61ba Text Font Color

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

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


#ad61ba Background Color

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

This div background color is #ad61ba


#ad61ba Border Color

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

This div border color is #ad61ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad61ba


Comments

No comments written yet.

Please login to write comment.