Color Hex Logo

#a05fbf Color Hex

#A05FBF
(160,95,191)
0 Favorites   0 Comments

Color spaces of #a05fbf

RGB 16095191
HSL0.780.430.56
HSV281°50°75°
CMYK 0.160.500.00   0.25
XYZ27.993419.419651.5632
Yxy19.41960.28280.1962
Hunter Lab44.067736.2713-38.5273
CIE-Lab51.174543.1210-40.0736

#a05fbf color RGB value is (160,95,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011111 10111111
Octal 240 137 277
Decimal 160 95 191
Hex A0 5F BF

RGB Percentages of Color #a05fbf

%35.87
%21.30
%42.83

CMYK Percentages of Color #a05fbf

%16
%50
%0
%25

Triadic Colors of #a05fbf

#a05fbf #bfa05f #5fbfa0

Analogous Colors of #a05fbf

#a05fbf #bf5fae #705fbf

Monochromatic Colors of #a05fbf

#a05fbf

Complementary Color

#a05fbf #7ebf5f

#a05fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05fbf Color CSS Codes

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

#a05fbf Text Font Color

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

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


#a05fbf Background Color

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

This div background color is #a05fbf


#a05fbf Border Color

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

This div border color is #a05fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05fbf


Comments

No comments written yet.

Please login to write comment.