Color Hex Logo

#a235ab Color Hex

#A235AB
(162,53,171)
0 Favorites   0 Comments

Color spaces of #a235ab

RGB 16253171
HSL0.820.530.44
HSV295°69°67°
CMYK 0.050.690.00   0.33
XYZ23.524113.167939.8299
Yxy13.16790.30740.1721
Hunter Lab36.287652.2126-39.6764
CIE-Lab43.015159.5510-41.2861

#a235ab color RGB value is (162,53,171).

#a235ab hex color red value is 162, green value is 53 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a235ab hue: 0.82 , saturation: 0.53 and the lightness value of a235ab is 0.44.

The process color (four color CMYK) of #a235ab color hex is 0.05, 0.69, 0.00, 0.33. Web safe color of #a235ab is #993399. Color #a235ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110101 10101011
Octal 242 65 253
Decimal 162 53 171
Hex A2 35 AB

RGB Percentages of Color #a235ab

%41.97
%13.73
%44.30

CMYK Percentages of Color #a235ab

%5
%69
%0
%33

Triadic Colors of #a235ab

#a235ab #aba235 #35aba2

Analogous Colors of #a235ab

#a235ab #ab3579 #6735ab

Monochromatic Colors of #a235ab

#a235ab

Complementary Color

#a235ab #3eab35

#a235ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a235ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a235ab Color CSS Codes

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

#a235ab Text Font Color

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

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


#a235ab Background Color

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

This div background color is #a235ab


#a235ab Border Color

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

This div border color is #a235ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,53,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 #a235ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a235ab


Comments

No comments written yet.

Please login to write comment.