Color Hex Logo

#a523ab Color Hex

#A523AB
(165,35,171)
0 Favorites   0 Comments

Color spaces of #a523ab

RGB 16535171
HSL0.830.660.40
HSV297°80°67°
CMYK 0.040.800.00   0.33
XYZ23.468812.141739.6347
Yxy12.14170.31190.1614
Hunter Lab34.844959.2448-43.0485
CIE-Lab41.440466.0923-43.7670

#a523ab color RGB value is (165,35,171).

#a523ab hex color red value is 165, green value is 35 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a523ab hue: 0.83 , saturation: 0.66 and the lightness value of a523ab is 0.40.

The process color (four color CMYK) of #a523ab color hex is 0.04, 0.80, 0.00, 0.33. Web safe color of #a523ab is #993399. Color #a523ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100011 10101011
Octal 245 43 253
Decimal 165 35 171
Hex A5 23 AB

RGB Percentages of Color #a523ab

%44.47
%9.43
%46.09

CMYK Percentages of Color #a523ab

%4
%80
%0
%33

Triadic Colors of #a523ab

#a523ab #aba523 #23aba5

Analogous Colors of #a523ab

#a523ab #ab236d #6123ab

Monochromatic Colors of #a523ab

#a523ab

Complementary Color

#a523ab #29ab23

#a523ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a523ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a523ab Color CSS Codes

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

#a523ab Text Font Color

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

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


#a523ab Background Color

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

This div background color is #a523ab


#a523ab Border Color

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

This div border color is #a523ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a523ab


Comments

No comments written yet.

Please login to write comment.