Color Hex Logo

#a82dba Color Hex

#A82DBA
(168,45,186)
0 Favorites   0 Comments

Color spaces of #a82dba

RGB 16845186
HSL0.810.610.45
HSV292°76°73°
CMYK 0.100.760.00   0.27
XYZ25.949813.746847.7401
Yxy13.74680.29680.1572
Hunter Lab37.076760.0472-50.3884
CIE-Lab43.867666.3159-48.7196

#a82dba color RGB value is (168,45,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101101 10111010
Octal 250 55 272
Decimal 168 45 186
Hex A8 2D BA

RGB Percentages of Color #a82dba

%42.11
%11.28
%46.62

CMYK Percentages of Color #a82dba

%10
%76
%0
%27

Triadic Colors of #a82dba

#a82dba #baa82d #2dbaa8

Analogous Colors of #a82dba

#a82dba #ba2d86 #622dba

Monochromatic Colors of #a82dba

#a82dba

Complementary Color

#a82dba #3fba2d

#a82dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82dba Color CSS Codes

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

#a82dba Text Font Color

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

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


#a82dba Background Color

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

This div background color is #a82dba


#a82dba Border Color

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

This div border color is #a82dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82dba


Comments

No comments written yet.

Please login to write comment.