Color Hex Logo

#a850ba Color Hex

#A850BA
(168,80,186)
0 Favorites   0 Comments

Color spaces of #a850ba

RGB 16880186
HSL0.810.430.52
HSV290°57°73°
CMYK 0.100.570.00   0.27
XYZ27.880017.607348.3835
Yxy17.60730.29700.1876
Hunter Lab41.961145.1681-38.9920
CIE-Lab49.016351.9740-40.5221

#a850ba color RGB value is (168,80,186).

#a850ba hex color red value is 168, green value is 80 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a850ba hue: 0.81 , saturation: 0.43 and the lightness value of a850ba is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010000 10111010
Octal 250 120 272
Decimal 168 80 186
Hex A8 50 BA

RGB Percentages of Color #a850ba

%38.71
%18.43
%42.86

CMYK Percentages of Color #a850ba

%10
%57
%0
%27

Triadic Colors of #a850ba

#a850ba #baa850 #50baa8

Analogous Colors of #a850ba

#a850ba #ba5097 #7350ba

Monochromatic Colors of #a850ba

#a850ba

Complementary Color

#a850ba #62ba50

#a850ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a850ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a850ba Color CSS Codes

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

#a850ba Text Font Color

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

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


#a850ba Background Color

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

This div background color is #a850ba


#a850ba Border Color

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

This div border color is #a850ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a850ba


Comments

No comments written yet.

Please login to write comment.