Color Hex Logo

#a6088e Color Hex

#A6088E
(166,8,142)
0 Favorites   0 Comments

Color spaces of #a6088e

RGB 1668142
HSL0.860.910.34
HSV309°95°65°
CMYK 0.000.950.14   0.35
XYZ20.695210.233726.4757
Yxy10.23370.36050.1783
Hunter Lab31.990259.4932-26.6765
CIE-Lab38.258666.9283-31.2826

#a6088e color RGB value is (166,8,142).

#a6088e hex color red value is 166, green value is 8 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a6088e hue: 0.86 , saturation: 0.91 and the lightness value of a6088e is 0.34.

The process color (four color CMYK) of #a6088e color hex is 0.00, 0.95, 0.14, 0.35. Web safe color of #a6088e is #990099. Color #a6088e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001000 10001110
Octal 246 10 216
Decimal 166 8 142
Hex A6 8 8E

RGB Percentages of Color #a6088e

%52.53
%2.53
%44.94

CMYK Percentages of Color #a6088e

%0
%95
%14
%35

Triadic Colors of #a6088e

#a6088e #8ea608 #088ea6

Analogous Colors of #a6088e

#a6088e #a6083f #6f08a6

Monochromatic Colors of #a6088e

#a6088e

Complementary Color

#a6088e #08a620

#a6088e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6088e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6088e Color CSS Codes

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

#a6088e Text Font Color

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

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


#a6088e Background Color

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

This div background color is #a6088e


#a6088e Border Color

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

This div border color is #a6088e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,8,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6088e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6088e;
  -webkit-box-shadow: 1px 1px 3px 2px #a6088e;
  box-shadow:         1px 1px 3px 2px #a6088e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,8,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6088e


Comments

No comments written yet.

Please login to write comment.