Color Hex Logo

#a30abf Color Hex

#A30ABF
(163,10,191)
0 Favorites   0 Comments

Color spaces of #a30abf

RGB 16310191
HSL0.810.900.39
HSV291°95°75°
CMYK 0.150.950.00   0.25
XYZ24.616811.765250.2637
Yxy11.76520.28410.1358
Hunter Lab34.300468.0804-62.8730
CIE-Lab40.840573.7119-56.5702

#a30abf color RGB value is (163,10,191).

#a30abf hex color red value is 163, green value is 10 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a30abf hue: 0.81 , saturation: 0.90 and the lightness value of a30abf is 0.39.

The process color (four color CMYK) of #a30abf color hex is 0.15, 0.95, 0.00, 0.25. Web safe color of #a30abf is #9900cc. Color #a30abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001010 10111111
Octal 243 12 277
Decimal 163 10 191
Hex A3 A BF

RGB Percentages of Color #a30abf

%44.78
%2.75
%52.47

CMYK Percentages of Color #a30abf

%15
%95
%0
%25

Triadic Colors of #a30abf

#a30abf #bfa30a #0abfa3

Analogous Colors of #a30abf

#a30abf #bf0a81 #490abf

Monochromatic Colors of #a30abf

#a30abf

Complementary Color

#a30abf #26bf0a

#a30abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30abf Color CSS Codes

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

#a30abf Text Font Color

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

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


#a30abf Background Color

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

This div background color is #a30abf


#a30abf Border Color

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

This div border color is #a30abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,10,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30abf


Comments

No comments written yet.

Please login to write comment.