Color Hex Logo

#ad70bf Color Hex

#AD70BF
(173,112,191)
0 Favorites   0 Comments

Color spaces of #ad70bf

RGB 173112191
HSL0.800.380.59
HSV286°41°75°
CMYK 0.090.410.00   0.25
XYZ32.431724.234252.2585
Yxy24.23420.29770.2225
Hunter Lab49.228231.4469-28.4798
CIE-Lab56.321537.6620-31.8971

#ad70bf color RGB value is (173,112,191).

#ad70bf hex color red value is 173, green value is 112 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ad70bf hue: 0.80 , saturation: 0.38 and the lightness value of ad70bf is 0.59.

The process color (four color CMYK) of #ad70bf color hex is 0.09, 0.41, 0.00, 0.25. Web safe color of #ad70bf is #9966cc. Color #ad70bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110000 10111111
Octal 255 160 277
Decimal 173 112 191
Hex AD 70 BF

RGB Percentages of Color #ad70bf

%36.34
%23.53
%40.13

CMYK Percentages of Color #ad70bf

%9
%41
%0
%25

Triadic Colors of #ad70bf

#ad70bf #bfad70 #70bfad

Analogous Colors of #ad70bf

#ad70bf #bf70aa #8670bf

Monochromatic Colors of #ad70bf

#ad70bf

Complementary Color

#ad70bf #82bf70

#ad70bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad70bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad70bf Color CSS Codes

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

#ad70bf Text Font Color

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

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


#ad70bf Background Color

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

This div background color is #ad70bf


#ad70bf Border Color

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

This div border color is #ad70bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,112,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ad70bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad70bf


Comments

No comments written yet.

Please login to write comment.