Color Hex Logo

#a826ab Color Hex

#A826AB
(168,38,171)
0 Favorites   0 Comments

Color spaces of #a826ab

RGB 16838171
HSL0.830.640.41
HSV299°78°67°
CMYK 0.020.780.00   0.33
XYZ24.192212.651339.6950
Yxy12.65130.31610.1653
Hunter Lab35.568759.1625-41.2702
CIE-Lab42.233165.8662-42.4728

#a826ab color RGB value is (168,38,171).

#a826ab hex color red value is 168, green value is 38 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a826ab hue: 0.83 , saturation: 0.64 and the lightness value of a826ab is 0.41.

The process color (four color CMYK) of #a826ab color hex is 0.02, 0.78, 0.00, 0.33. Web safe color of #a826ab is #993399. Color #a826ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100110 10101011
Octal 250 46 253
Decimal 168 38 171
Hex A8 26 AB

RGB Percentages of Color #a826ab

%44.56
%10.08
%45.36

CMYK Percentages of Color #a826ab

%2
%78
%0
%33

Triadic Colors of #a826ab

#a826ab #aba826 #26aba8

Analogous Colors of #a826ab

#a826ab #ab266c #6626ab

Monochromatic Colors of #a826ab

#a826ab

Complementary Color

#a826ab #29ab26

#a826ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a826ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a826ab Color CSS Codes

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

#a826ab Text Font Color

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

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


#a826ab Background Color

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

This div background color is #a826ab


#a826ab Border Color

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

This div border color is #a826ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a826ab


Comments

No comments written yet.

Please login to write comment.