Color Hex Logo

#a05682 Color Hex

#A05682
(160,86,130)
0 Favorites   0 Comments

Color spaces of #a05682

RGB 16086130
HSL0.900.300.48
HSV324°46°63°
CMYK 0.000.460.19   0.37
XYZ21.854315.740923.0055
Yxy15.74090.36060.2597
Hunter Lab39.674828.8933-6.6070
CIE-Lab46.632736.3473-11.1333

#a05682 color RGB value is (160,86,130).

#a05682 hex color red value is 160, green value is 86 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #a05682 hue: 0.90 , saturation: 0.30 and the lightness value of a05682 is 0.48.

The process color (four color CMYK) of #a05682 color hex is 0.00, 0.46, 0.19, 0.37. Web safe color of #a05682 is #996699. Color #a05682 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010110 10000010
Octal 240 126 202
Decimal 160 86 130
Hex A0 56 82

RGB Percentages of Color #a05682

%42.55
%22.87
%34.57

CMYK Percentages of Color #a05682

%0
%46
%19
%37

Triadic Colors of #a05682

#a05682 #82a056 #5682a0

Analogous Colors of #a05682

#a05682 #a0565d #9956a0

Monochromatic Colors of #a05682

#a05682

Complementary Color

#a05682 #56a074

#a05682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05682 Color CSS Codes

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

#a05682 Text Font Color

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

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


#a05682 Background Color

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

This div background color is #a05682


#a05682 Border Color

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

This div border color is #a05682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05682


Comments

No comments written yet.

Please login to write comment.