Color Hex Logo

#ad70bc Color Hex

#AD70BC
(173,112,188)
0 Favorites   0 Comments

Color spaces of #ad70bc

RGB 173112188
HSL0.800.360.59
HSV288°40°74°
CMYK 0.080.400.00   0.26
XYZ32.104924.103450.5373
Yxy24.10340.30080.2258
Hunter Lab49.095230.8101-26.6649
CIE-Lab56.191237.0463-30.3835

#ad70bc color RGB value is (173,112,188).

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

The process color (four color CMYK) of #ad70bc color hex is 0.08, 0.40, 0.00, 0.26. Web safe color of #ad70bc is #9966cc. Color #ad70bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110000 10111100
Octal 255 160 274
Decimal 173 112 188
Hex AD 70 BC

RGB Percentages of Color #ad70bc

%36.58
%23.68
%39.75

CMYK Percentages of Color #ad70bc

%8
%40
%0
%26

Triadic Colors of #ad70bc

#ad70bc #bcad70 #70bcad

Analogous Colors of #ad70bc

#ad70bc #bc70a5 #8770bc

Monochromatic Colors of #ad70bc

#ad70bc

Complementary Color

#ad70bc #7fbc70

#ad70bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad70bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad70bc Color CSS Codes

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

#ad70bc Text Font Color

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

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


#ad70bc Background Color

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

This div background color is #ad70bc


#ad70bc Border Color

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

This div border color is #ad70bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad70bc


Comments

No comments written yet.

Please login to write comment.