Color Hex Logo

#a864ba Color Hex

#A864BA
(168,100,186)
0 Favorites   0 Comments

Color spaces of #a864ba

RGB 168100186
HSL0.800.380.56
HSV287°46°73°
CMYK 0.100.460.00   0.27
XYZ29.568520.984348.9463
Yxy20.98430.29720.2109
Hunter Lab45.808635.0529-31.2851
CIE-Lab52.932341.6704-34.3598

#a864ba color RGB value is (168,100,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100100 10111010
Octal 250 144 272
Decimal 168 100 186
Hex A8 64 BA

RGB Percentages of Color #a864ba

%37.00
%22.03
%40.97

CMYK Percentages of Color #a864ba

%10
%46
%0
%27

Triadic Colors of #a864ba

#a864ba #baa864 #64baa8

Analogous Colors of #a864ba

#a864ba #ba64a1 #7d64ba

Monochromatic Colors of #a864ba

#a864ba

Complementary Color

#a864ba #76ba64

#a864ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a864ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a864ba Color CSS Codes

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

#a864ba Text Font Color

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

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


#a864ba Background Color

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

This div background color is #a864ba


#a864ba Border Color

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

This div border color is #a864ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a864ba

#a864ba Color Palettes


Comments

No comments written yet.

Please login to write comment.