Color Hex Logo

#a06183 Color Hex

#A06183
(160,97,131)
0 Favorites   0 Comments

Color spaces of #a06183

RGB 16097131
HSL0.910.250.50
HSV328°39°63°
CMYK 0.000.390.18   0.37
XYZ22.868617.661723.6765
Yxy17.66170.35620.2751
Hunter Lab42.025823.5866-3.9847
CIE-Lab49.083230.4523-8.0553

#a06183 color RGB value is (160,97,131).

#a06183 hex color red value is 160, green value is 97 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #a06183 hue: 0.91 , saturation: 0.25 and the lightness value of a06183 is 0.50.

The process color (four color CMYK) of #a06183 color hex is 0.00, 0.39, 0.18, 0.37. Web safe color of #a06183 is #996699. Color #a06183 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100001 10000011
Octal 240 141 203
Decimal 160 97 131
Hex A0 61 83

RGB Percentages of Color #a06183

%41.24
%25.00
%33.76

CMYK Percentages of Color #a06183

%0
%39
%18
%37

Triadic Colors of #a06183

#a06183 #83a061 #6183a0

Analogous Colors of #a06183

#a06183 #a06163 #9e61a0

Monochromatic Colors of #a06183

#a06183

Complementary Color

#a06183 #61a07e

#a06183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06183 Color CSS Codes

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

#a06183 Text Font Color

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

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


#a06183 Background Color

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

This div background color is #a06183


#a06183 Border Color

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

This div border color is #a06183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06183


Comments

No comments written yet.

Please login to write comment.