Color Hex Logo

#a870ba Color Hex

#A870BA
(168,112,186)
0 Favorites   0 Comments

Color spaces of #a870ba

RGB 168112186
HSL0.790.350.58
HSV285°40°73°
CMYK 0.100.400.00   0.27
XYZ30.805523.458349.3587
Yxy23.45830.29730.2264
Hunter Lab48.433828.7729-26.5186
CIE-Lab55.541335.0848-30.2907

#a870ba color RGB value is (168,112,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110000 10111010
Octal 250 160 272
Decimal 168 112 186
Hex A8 70 BA

RGB Percentages of Color #a870ba

%36.05
%24.03
%39.91

CMYK Percentages of Color #a870ba

%10
%40
%0
%27

Triadic Colors of #a870ba

#a870ba #baa870 #70baa8

Analogous Colors of #a870ba

#a870ba #ba70a7 #8370ba

Monochromatic Colors of #a870ba

#a870ba

Complementary Color

#a870ba #82ba70

#a870ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a870ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a870ba Color CSS Codes

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

#a870ba Text Font Color

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

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


#a870ba Background Color

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

This div background color is #a870ba


#a870ba Border Color

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

This div border color is #a870ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a870ba


Comments

No comments written yet.

Please login to write comment.