Color Hex Logo

#a855ba Color Hex

#A855BA
(168,85,186)
0 Favorites   0 Comments

Color spaces of #a855ba

RGB 16885186
HSL0.800.420.53
HSV289°54°73°
CMYK 0.100.540.00   0.27
XYZ28.259918.367048.5101
Yxy18.36700.29700.1931
Hunter Lab42.856742.7043-37.1114
CIE-Lab49.938249.5023-39.0655

#a855ba color RGB value is (168,85,186).

#a855ba hex color red value is 168, green value is 85 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a855ba hue: 0.80 , saturation: 0.42 and the lightness value of a855ba is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010101 10111010
Octal 250 125 272
Decimal 168 85 186
Hex A8 55 BA

RGB Percentages of Color #a855ba

%38.27
%19.36
%42.37

CMYK Percentages of Color #a855ba

%10
%54
%0
%27

Triadic Colors of #a855ba

#a855ba #baa855 #55baa8

Analogous Colors of #a855ba

#a855ba #ba559a #7655ba

Monochromatic Colors of #a855ba

#a855ba

Complementary Color

#a855ba #67ba55

#a855ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a855ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a855ba Color CSS Codes

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

#a855ba Text Font Color

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

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


#a855ba Background Color

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

This div background color is #a855ba


#a855ba Border Color

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

This div border color is #a855ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a855ba


Comments

No comments written yet.

Please login to write comment.