Color Hex Logo

#a26abb Color Hex

#A26ABB
(162,106,187)
0 Favorites   0 Comments

Color spaces of #a26abb

RGB 162106187
HSL0.780.370.57
HSV281°43°73°
CMYK 0.130.430.00   0.27
XYZ29.024021.577349.6488
Yxy21.57730.28950.2152
Hunter Lab46.451430.2414-30.8552
CIE-Lab53.575636.8050-33.9802

#a26abb color RGB value is (162,106,187).

#a26abb hex color red value is 162, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a26abb hue: 0.78 , saturation: 0.37 and the lightness value of a26abb is 0.57.

The process color (four color CMYK) of #a26abb color hex is 0.13, 0.43, 0.00, 0.27. Web safe color of #a26abb is #9966cc. Color #a26abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01101010 10111011
Octal 242 152 273
Decimal 162 106 187
Hex A2 6A BB

RGB Percentages of Color #a26abb

%35.60
%23.30
%41.10

CMYK Percentages of Color #a26abb

%13
%43
%0
%27

Triadic Colors of #a26abb

#a26abb #bba26a #6abba2

Analogous Colors of #a26abb

#a26abb #bb6aac #7a6abb

Monochromatic Colors of #a26abb

#a26abb

Complementary Color

#a26abb #83bb6a

#a26abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a26abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a26abb Color CSS Codes

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

#a26abb Text Font Color

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

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


#a26abb Background Color

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

This div background color is #a26abb


#a26abb Border Color

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

This div border color is #a26abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,106,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a26abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a26abb;
  -webkit-box-shadow: 1px 1px 3px 2px #a26abb;
  box-shadow:         1px 1px 3px 2px #a26abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a26abb


Comments

No comments written yet.

Please login to write comment.