Color Hex Logo

#a064bb Color Hex

#A064BB
(160,100,187)
0 Favorites   0 Comments

Color spaces of #a064bb

RGB 160100187
HSL0.780.390.56
HSV281°47°73°
CMYK 0.140.470.00   0.27
XYZ28.024020.175849.4310
Yxy20.17580.28700.2067
Hunter Lab44.917532.7605-33.8055
CIE-Lab52.035439.5317-36.4103

#a064bb color RGB value is (160,100,187).

#a064bb hex color red value is 160, green value is 100 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a064bb hue: 0.78 , saturation: 0.39 and the lightness value of a064bb is 0.56.

The process color (four color CMYK) of #a064bb color hex is 0.14, 0.47, 0.00, 0.27. Web safe color of #a064bb is #9966cc. Color #a064bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100100 10111011
Octal 240 144 273
Decimal 160 100 187
Hex A0 64 BB

RGB Percentages of Color #a064bb

%35.79
%22.37
%41.83

CMYK Percentages of Color #a064bb

%14
%47
%0
%27

Triadic Colors of #a064bb

#a064bb #bba064 #64bba0

Analogous Colors of #a064bb

#a064bb #bb64ab #7564bb

Monochromatic Colors of #a064bb

#a064bb

Complementary Color

#a064bb #7fbb64

#a064bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a064bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a064bb Color CSS Codes

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

#a064bb Text Font Color

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

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


#a064bb Background Color

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

This div background color is #a064bb


#a064bb Border Color

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

This div border color is #a064bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a064bb


Comments

No comments written yet.

Please login to write comment.