Color Hex Logo

#a93ba1 Color Hex

#A93BA1
(169,59,161)
0 Favorites   0 Comments

Color spaces of #a93ba1

RGB 16959161
HSL0.850.480.45
HSV304°65°66°
CMYK 0.000.650.05   0.34
XYZ24.359214.136235.1629
Yxy14.13620.33070.1919
Hunter Lab37.598149.8504-29.1311
CIE-Lab44.427657.1344-33.0305

#a93ba1 color RGB value is (169,59,161).

#a93ba1 hex color red value is 169, green value is 59 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #a93ba1 hue: 0.85 , saturation: 0.48 and the lightness value of a93ba1 is 0.45.

The process color (four color CMYK) of #a93ba1 color hex is 0.00, 0.65, 0.05, 0.34. Web safe color of #a93ba1 is #993399. Color #a93ba1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111011 10100001
Octal 251 73 241
Decimal 169 59 161
Hex A9 3B A1

RGB Percentages of Color #a93ba1

%43.44
%15.17
%41.39

CMYK Percentages of Color #a93ba1

%0
%65
%5
%34

Triadic Colors of #a93ba1

#a93ba1 #a1a93b #3ba1a9

Analogous Colors of #a93ba1

#a93ba1 #a93b6a #7a3ba9

Monochromatic Colors of #a93ba1

#a93ba1

Complementary Color

#a93ba1 #3ba943

#a93ba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93ba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93ba1 Color CSS Codes

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

#a93ba1 Text Font Color

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

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


#a93ba1 Background Color

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

This div background color is #a93ba1


#a93ba1 Border Color

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

This div border color is #a93ba1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,59,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a93ba1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a93ba1;
  -webkit-box-shadow: 1px 1px 3px 2px #a93ba1;
  box-shadow:         1px 1px 3px 2px #a93ba1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,59,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93ba1


Comments

No comments written yet.

Please login to write comment.