Color Hex Logo

#a81dba Color Hex

#A81DBA
(168,29,186)
0 Favorites   0 Comments

Color spaces of #a81dba

RGB 16829186
HSL0.810.730.42
HSV293°84°73°
CMYK 0.100.840.00   0.27
XYZ25.450712.748747.5737
Yxy12.74870.29670.1486
Hunter Lab35.705364.7502-54.0042
CIE-Lab42.382170.6258-51.1040

#a81dba color RGB value is (168,29,186).

#a81dba hex color red value is 168, green value is 29 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a81dba hue: 0.81 , saturation: 0.73 and the lightness value of a81dba is 0.42.

The process color (four color CMYK) of #a81dba color hex is 0.10, 0.84, 0.00, 0.27. Web safe color of #a81dba is #9933cc. Color #a81dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011101 10111010
Octal 250 35 272
Decimal 168 29 186
Hex A8 1D BA

RGB Percentages of Color #a81dba

%43.86
%7.57
%48.56

CMYK Percentages of Color #a81dba

%10
%84
%0
%27

Triadic Colors of #a81dba

#a81dba #baa81d #1dbaa8

Analogous Colors of #a81dba

#a81dba #ba1d7e #591dba

Monochromatic Colors of #a81dba

#a81dba

Complementary Color

#a81dba #2fba1d

#a81dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81dba Color CSS Codes

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

#a81dba Text Font Color

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

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


#a81dba Background Color

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

This div background color is #a81dba


#a81dba Border Color

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

This div border color is #a81dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81dba


Comments

No comments written yet.

Please login to write comment.