Color Hex Logo

#a26cad Color Hex

#A26CAD
(162,108,173)
0 Favorites   0 Comments

Color spaces of #a26cad

RGB 162108173
HSL0.810.280.55
HSV290°38°68°
CMYK 0.060.380.00   0.32
XYZ27.805721.423642.2048
Yxy21.42360.30410.2343
Hunter Lab46.285626.2325-21.6627
CIE-Lab53.410032.7402-26.1521

#a26cad color RGB value is (162,108,173).

#a26cad hex color red value is 162, green value is 108 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a26cad hue: 0.81 , saturation: 0.28 and the lightness value of a26cad is 0.55.

The process color (four color CMYK) of #a26cad color hex is 0.06, 0.38, 0.00, 0.32. Web safe color of #a26cad is #996699. Color #a26cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01101100 10101101
Octal 242 154 255
Decimal 162 108 173
Hex A2 6C AD

RGB Percentages of Color #a26cad

%36.57
%24.38
%39.05

CMYK Percentages of Color #a26cad

%6
%38
%0
%32

Triadic Colors of #a26cad

#a26cad #ada26c #6cada2

Analogous Colors of #a26cad

#a26cad #ad6c98 #826cad

Monochromatic Colors of #a26cad

#a26cad

Complementary Color

#a26cad #77ad6c

#a26cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a26cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a26cad Color CSS Codes

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

#a26cad Text Font Color

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

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


#a26cad Background Color

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

This div background color is #a26cad


#a26cad Border Color

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

This div border color is #a26cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a26cad


Comments

No comments written yet.

Please login to write comment.