Color Hex Logo

#a30bda Color Hex

#A30BDA
(163,11,218)
0 Favorites   0 Comments

Color spaces of #a30bda

RGB 16311218
HSL0.790.900.45
HSV284°95°85°
CMYK 0.250.950.00   0.15
XYZ27.878813.087867.3865
Yxy13.08780.25730.1208
Hunter Lab36.177174.2460-85.1147
CIE-Lab42.895278.3531-68.8949

#a30bda color RGB value is (163,11,218).

#a30bda hex color red value is 163, green value is 11 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a30bda hue: 0.79 , saturation: 0.90 and the lightness value of a30bda is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001011 11011010
Octal 243 13 332
Decimal 163 11 218
Hex A3 B DA

RGB Percentages of Color #a30bda

%41.58
%2.81
%55.61

CMYK Percentages of Color #a30bda

%25
%95
%0
%15

Triadic Colors of #a30bda

#a30bda #daa30b #0bdaa3

Analogous Colors of #a30bda

#a30bda #da0baa #3b0bda

Monochromatic Colors of #a30bda

#a30bda

Complementary Color

#a30bda #42da0b

#a30bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30bda Color CSS Codes

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

#a30bda Text Font Color

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

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


#a30bda Background Color

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

This div background color is #a30bda


#a30bda Border Color

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

This div border color is #a30bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30bda


Comments

No comments written yet.

Please login to write comment.