Color Hex Logo

#a05fbb Color Hex

#A05FBB
(160,95,187)
0 Favorites   0 Comments

Color spaces of #a05fbb

RGB 16095187
HSL0.780.400.55
HSV282°49°73°
CMYK 0.140.490.00   0.27
XYZ27.559119.245949.2760
Yxy19.24590.28680.2003
Hunter Lab43.870135.3604-35.8868
CIE-Lab50.973742.2576-38.0800

#a05fbb color RGB value is (160,95,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011111 10111011
Octal 240 137 273
Decimal 160 95 187
Hex A0 5F BB

RGB Percentages of Color #a05fbb

%36.20
%21.49
%42.31

CMYK Percentages of Color #a05fbb

%14
%49
%0
%27

Triadic Colors of #a05fbb

#a05fbb #bba05f #5fbba0

Analogous Colors of #a05fbb

#a05fbb #bb5fa8 #725fbb

Monochromatic Colors of #a05fbb

#a05fbb

Complementary Color

#a05fbb #7abb5f

#a05fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05fbb Color CSS Codes

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

#a05fbb Text Font Color

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

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


#a05fbb Background Color

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

This div background color is #a05fbb


#a05fbb Border Color

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

This div border color is #a05fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05fbb


Comments

No comments written yet.

Please login to write comment.