Color Hex Logo

#a10dba Color Hex

#A10DBA
(161,13,186)
0 Favorites   0 Comments

Color spaces of #a10dba

RGB 16113186
HSL0.810.870.39
HSV291°93°73°
CMYK 0.130.930.00   0.27
XYZ23.704811.410147.4074
Yxy11.41010.28730.1383
Hunter Lab33.778866.1520-59.5662
CIE-Lab40.262872.2165-54.5811

#a10dba color RGB value is (161,13,186).

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

The process color (four color CMYK) of #a10dba color hex is 0.13, 0.93, 0.00, 0.27. Web safe color of #a10dba is #9900cc. Color #a10dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001101 10111010
Octal 241 15 272
Decimal 161 13 186
Hex A1 D BA

RGB Percentages of Color #a10dba

%44.72
%3.61
%51.67

CMYK Percentages of Color #a10dba

%13
%93
%0
%27

Triadic Colors of #a10dba

#a10dba #baa10d #0dbaa1

Analogous Colors of #a10dba

#a10dba #ba0d7d #4a0dba

Monochromatic Colors of #a10dba

#a10dba

Complementary Color

#a10dba #26ba0d

#a10dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10dba Color CSS Codes

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

#a10dba Text Font Color

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

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


#a10dba Background Color

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

This div background color is #a10dba


#a10dba Border Color

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

This div border color is #a10dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10dba


Comments

No comments written yet.

Please login to write comment.