Color Hex Logo

#a6026b Color Hex

#A6026B
(166,2,107)
0 Favorites   0 Comments

Color spaces of #a6026b

RGB 1662107
HSL0.890.980.33
HSV322°99°65°
CMYK 0.000.990.36   0.35
XYZ18.40149.211914.7181
Yxy9.21190.43470.2176
Hunter Lab30.351155.1073-7.5056
CIE-Lab36.389163.4354-12.3164

#a6026b color RGB value is (166,2,107).

#a6026b hex color red value is 166, green value is 2 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a6026b hue: 0.89 , saturation: 0.98 and the lightness value of a6026b is 0.33.

The process color (four color CMYK) of #a6026b color hex is 0.00, 0.99, 0.36, 0.35. Web safe color of #a6026b is #990066. Color #a6026b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000010 01101011
Octal 246 2 153
Decimal 166 2 107
Hex A6 2 6B

RGB Percentages of Color #a6026b

%60.36
%0.73
%38.91

CMYK Percentages of Color #a6026b

%0
%99
%36
%35

Triadic Colors of #a6026b

#a6026b #6ba602 #026ba6

Analogous Colors of #a6026b

#a6026b #a60219 #8f02a6

Monochromatic Colors of #a6026b

#a6026b

Complementary Color

#a6026b #02a63d

#a6026b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6026b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6026b Color CSS Codes

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

#a6026b Text Font Color

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

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


#a6026b Background Color

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

This div background color is #a6026b


#a6026b Border Color

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

This div border color is #a6026b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6026b


Comments

No comments written yet.

Please login to write comment.