Color Hex Logo

#ad69ba Color Hex

#AD69BA
(173,105,186)
0 Favorites   0 Comments

Color spaces of #ad69ba

RGB 173105186
HSL0.810.370.57
HSV290°44°73°
CMYK 0.070.440.00   0.27
XYZ31.148122.532649.1619
Yxy22.53260.30290.2191
Hunter Lab47.468534.0590-28.1771
CIE-Lab54.587640.4641-31.7305

#ad69ba color RGB value is (173,105,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101001 10111010
Octal 255 151 272
Decimal 173 105 186
Hex AD 69 BA

RGB Percentages of Color #ad69ba

%37.28
%22.63
%40.09

CMYK Percentages of Color #ad69ba

%7
%44
%0
%27

Triadic Colors of #ad69ba

#ad69ba #baad69 #69baad

Analogous Colors of #ad69ba

#ad69ba #ba699f #8569ba

Monochromatic Colors of #ad69ba

#ad69ba

Complementary Color

#ad69ba #76ba69

#ad69ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad69ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad69ba Color CSS Codes

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

#ad69ba Text Font Color

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

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


#ad69ba Background Color

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

This div background color is #ad69ba


#ad69ba Border Color

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

This div border color is #ad69ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad69ba


Comments

No comments written yet.

Please login to write comment.