Color Hex Logo

#a30bab Color Hex

#A30BAB
(163,11,171)
0 Favorites   0 Comments

Color spaces of #a30bab

RGB 16311171
HSL0.830.880.36
HSV297°94°67°
CMYK 0.050.940.00   0.33
XYZ22.574610.966139.4549
Yxy10.96610.30930.1502
Hunter Lab33.115163.7322-47.4603
CIE-Lab39.523370.3202-46.8562

#a30bab color RGB value is (163,11,171).

#a30bab hex color red value is 163, green value is 11 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a30bab hue: 0.83 , saturation: 0.88 and the lightness value of a30bab is 0.36.

The process color (four color CMYK) of #a30bab color hex is 0.05, 0.94, 0.00, 0.33. Web safe color of #a30bab is #990099. Color #a30bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001011 10101011
Octal 243 13 253
Decimal 163 11 171
Hex A3 B AB

RGB Percentages of Color #a30bab

%47.25
%3.19
%49.57

CMYK Percentages of Color #a30bab

%5
%94
%0
%33

Triadic Colors of #a30bab

#a30bab #aba30b #0baba3

Analogous Colors of #a30bab

#a30bab #ab0b63 #530bab

Monochromatic Colors of #a30bab

#a30bab

Complementary Color

#a30bab #13ab0b

#a30bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30bab Color CSS Codes

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

#a30bab Text Font Color

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

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


#a30bab Background Color

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

This div background color is #a30bab


#a30bab Border Color

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

This div border color is #a30bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30bab


Comments

No comments written yet.

Please login to write comment.