Color Hex Logo

#a05fb7 Color Hex

#A05FB7
(160,95,183)
0 Favorites   0 Comments

Color spaces of #a05fb7

RGB 16095183
HSL0.790.380.55
HSV284°48°72°
CMYK 0.130.480.00   0.28
XYZ27.136719.076947.0517
Yxy19.07690.29100.2045
Hunter Lab43.677134.4676-33.2969
CIE-Lab50.777141.4056-36.0729

#a05fb7 color RGB value is (160,95,183).

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

The process color (four color CMYK) of #a05fb7 color hex is 0.13, 0.48, 0.00, 0.28. Web safe color of #a05fb7 is #9966cc. Color #a05fb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011111 10110111
Octal 240 137 267
Decimal 160 95 183
Hex A0 5F B7

RGB Percentages of Color #a05fb7

%36.53
%21.69
%41.78

CMYK Percentages of Color #a05fb7

%13
%48
%0
%28

Triadic Colors of #a05fb7

#a05fb7 #b7a05f #5fb7a0

Analogous Colors of #a05fb7

#a05fb7 #b75fa2 #745fb7

Monochromatic Colors of #a05fb7

#a05fb7

Complementary Color

#a05fb7 #76b75f

#a05fb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05fb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05fb7 Color CSS Codes

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

#a05fb7 Text Font Color

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

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


#a05fb7 Background Color

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

This div background color is #a05fb7


#a05fb7 Border Color

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

This div border color is #a05fb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05fb7


Comments

No comments written yet.

Please login to write comment.