Color Hex Logo

#a870bb Color Hex

#A870BB
(168,112,187)
0 Favorites   0 Comments

Color spaces of #a870bb

RGB 168112187
HSL0.790.360.59
HSV285°40°73°
CMYK 0.100.400.00   0.27
XYZ30.912323.501049.9206
Yxy23.50100.29630.2252
Hunter Lab48.477828.9858-27.1201
CIE-Lab55.584735.2942-30.7967

#a870bb color RGB value is (168,112,187).

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

The process color (four color CMYK) of #a870bb color hex is 0.10, 0.40, 0.00, 0.27. Web safe color of #a870bb is #9966cc. Color #a870bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110000 10111011
Octal 250 160 273
Decimal 168 112 187
Hex A8 70 BB

RGB Percentages of Color #a870bb

%35.97
%23.98
%40.04

CMYK Percentages of Color #a870bb

%10
%40
%0
%27

Triadic Colors of #a870bb

#a870bb #bba870 #70bba8

Analogous Colors of #a870bb

#a870bb #bb70a9 #8370bb

Monochromatic Colors of #a870bb

#a870bb

Complementary Color

#a870bb #83bb70

#a870bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a870bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a870bb Color CSS Codes

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

#a870bb Text Font Color

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

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


#a870bb Background Color

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

This div background color is #a870bb


#a870bb Border Color

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

This div border color is #a870bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a870bb


Comments

No comments written yet.

Please login to write comment.