Color Hex Logo

#a06886 Color Hex

#A06886
(160,104,134)
0 Favorites   0 Comments

Color spaces of #a06886

RGB 160104134
HSL0.910.230.52
HSV328°35°63°
CMYK 0.000.350.16   0.37
XYZ23.750619.095424.9883
Yxy19.09540.35010.2815
Hunter Lab43.698320.5451-3.3154
CIE-Lab50.798627.0058-7.2790

#a06886 color RGB value is (160,104,134).

#a06886 hex color red value is 160, green value is 104 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #a06886 hue: 0.91 , saturation: 0.23 and the lightness value of a06886 is 0.52.

The process color (four color CMYK) of #a06886 color hex is 0.00, 0.35, 0.16, 0.37. Web safe color of #a06886 is #996699. Color #a06886 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 10000110
Octal 240 150 206
Decimal 160 104 134
Hex A0 68 86

RGB Percentages of Color #a06886

%40.20
%26.13
%33.67

CMYK Percentages of Color #a06886

%0
%35
%16
%37

Triadic Colors of #a06886

#a06886 #86a068 #6886a0

Analogous Colors of #a06886

#a06886 #a0686a #9e68a0

Monochromatic Colors of #a06886

#a06886

Complementary Color

#a06886 #68a082

#a06886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06886 Color CSS Codes

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

#a06886 Text Font Color

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

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


#a06886 Background Color

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

This div background color is #a06886


#a06886 Border Color

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

This div border color is #a06886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06886


Comments

No comments written yet.

Please login to write comment.