Color Hex Logo

#a6269b Color Hex

#A6269B
(166,38,155)
0 Favorites   0 Comments

Color spaces of #a6269b

RGB 16638155
HSL0.850.630.40
HSV305°77°65°
CMYK 0.000.770.07   0.35
XYZ22.335411.859832.1223
Yxy11.85980.33680.1788
Hunter Lab34.438155.5027-31.1964
CIE-Lab40.992462.8903-34.8783

#a6269b color RGB value is (166,38,155).

#a6269b hex color red value is 166, green value is 38 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a6269b hue: 0.85 , saturation: 0.63 and the lightness value of a6269b is 0.40.

The process color (four color CMYK) of #a6269b color hex is 0.00, 0.77, 0.07, 0.35. Web safe color of #a6269b is #993399. Color #a6269b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100110 10011011
Octal 246 46 233
Decimal 166 38 155
Hex A6 26 9B

RGB Percentages of Color #a6269b

%46.24
%10.58
%43.18

CMYK Percentages of Color #a6269b

%0
%77
%7
%35

Triadic Colors of #a6269b

#a6269b #9ba626 #269ba6

Analogous Colors of #a6269b

#a6269b #a6265b #7126a6

Monochromatic Colors of #a6269b

#a6269b

Complementary Color

#a6269b #26a631

#a6269b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6269b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6269b Color CSS Codes

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

#a6269b Text Font Color

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

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


#a6269b Background Color

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

This div background color is #a6269b


#a6269b Border Color

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

This div border color is #a6269b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6269b


Comments

No comments written yet.

Please login to write comment.