Color Hex Logo

#a93cab Color Hex

#A93CAB
(169,60,171)
0 Favorites   0 Comments

Color spaces of #a93cab

RGB 16960171
HSL0.830.480.45
HSV299°65°67°
CMYK 0.010.650.00   0.33
XYZ25.328714.607040.0125
Yxy14.60700.31680.1827
Hunter Lab38.219151.4127-35.3188
CIE-Lab45.091258.4332-37.9250

#a93cab color RGB value is (169,60,171).

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

The process color (four color CMYK) of #a93cab color hex is 0.01, 0.65, 0.00, 0.33. Web safe color of #a93cab is #993399. Color #a93cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111100 10101011
Octal 251 74 253
Decimal 169 60 171
Hex A9 3C AB

RGB Percentages of Color #a93cab

%42.25
%15.00
%42.75

CMYK Percentages of Color #a93cab

%1
%65
%0
%33

Triadic Colors of #a93cab

#a93cab #aba93c #3caba9

Analogous Colors of #a93cab

#a93cab #ab3c76 #723cab

Monochromatic Colors of #a93cab

#a93cab

Complementary Color

#a93cab #3eab3c

#a93cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93cab Color CSS Codes

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

#a93cab Text Font Color

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

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


#a93cab Background Color

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

This div background color is #a93cab


#a93cab Border Color

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

This div border color is #a93cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93cab


Comments

No comments written yet.

Please login to write comment.