Color Hex Logo

#a064bf Color Hex

#A064BF
(160,100,191)
0 Favorites   0 Comments

Color spaces of #a064bf

RGB 160100191
HSL0.780.420.57
HSV280°48°75°
CMYK 0.160.480.00   0.25
XYZ28.458320.349551.7181
Yxy20.34950.28310.2024
Hunter Lab45.110433.6650-36.3974
CIE-Lab52.230140.4028-38.4097

#a064bf color RGB value is (160,100,191).

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

The process color (four color CMYK) of #a064bf color hex is 0.16, 0.48, 0.00, 0.25. Web safe color of #a064bf is #9966cc. Color #a064bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100100 10111111
Octal 240 144 277
Decimal 160 100 191
Hex A0 64 BF

RGB Percentages of Color #a064bf

%35.48
%22.17
%42.35

CMYK Percentages of Color #a064bf

%16
%48
%0
%25

Triadic Colors of #a064bf

#a064bf #bfa064 #64bfa0

Analogous Colors of #a064bf

#a064bf #bf64b1 #7364bf

Monochromatic Colors of #a064bf

#a064bf

Complementary Color

#a064bf #83bf64

#a064bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a064bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a064bf Color CSS Codes

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

#a064bf Text Font Color

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

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


#a064bf Background Color

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

This div background color is #a064bf


#a064bf Border Color

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

This div border color is #a064bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,100,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a064bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a064bf


Comments

No comments written yet.

Please login to write comment.