Color Hex Logo

#a10abd Color Hex

#A10ABD
(161,10,189)
0 Favorites   0 Comments

Color spaces of #a10abd

RGB 16110189
HSL0.810.900.39
HSV291°95°74°
CMYK 0.150.950.00   0.26
XYZ23.991811.468349.0932
Yxy11.46830.28370.1356
Hunter Lab33.864967.1960-62.2460
CIE-Lab40.358373.0699-56.1923

#a10abd color RGB value is (161,10,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001010 10111101
Octal 241 12 275
Decimal 161 10 189
Hex A1 A BD

RGB Percentages of Color #a10abd

%44.72
%2.78
%52.50

CMYK Percentages of Color #a10abd

%15
%95
%0
%26

Triadic Colors of #a10abd

#a10abd #bda10a #0abda1

Analogous Colors of #a10abd

#a10abd #bd0a80 #480abd

Monochromatic Colors of #a10abd

#a10abd

Complementary Color

#a10abd #26bd0a

#a10abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10abd Color CSS Codes

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

#a10abd Text Font Color

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

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


#a10abd Background Color

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

This div background color is #a10abd


#a10abd Border Color

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

This div border color is #a10abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10abd


Comments

No comments written yet.

Please login to write comment.