color codes Logo

#a84dba color codes

#A84DBA
(168,77,186)
0 Favorites   0 Comments

Color spaces of #a84dba

RGB 16877186
HSL0.810.440.52
HSV290°59°73°
CMYK 0.100.590.00   0.27
XYZ27.665317.177848.3119
Yxy17.17780.29700.1844
Hunter Lab41.446146.6182-40.0995
CIE-Lab48.483353.4165-41.3658

#a84dba color RGB value is (168,77,186).

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

The process color (four color CMYK) of #a84dba color code is 0.10, 0.59, 0.00, 0.27. Web safe color of #a84dba is #9966cc. Color #a84dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001101 10111010
Octal 250 115 272
Decimal 168 77 186
Hex A8 4D BA

RGB Percentages of Color #a84dba

%38.98
%17.87
%43.16

CMYK Percentages of Color #a84dba

%10
%59
%0
%27

Triadic Colors of #a84dba

#a84dba #baa84d #4dbaa8

Analogous Colors of #a84dba

#a84dba #ba4d96 #724dba

Monochromatic Colors of #a84dba

#a84dba

Complementary Color

#a84dba #5fba4d

#a84dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84dba Color CSS Codes

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

#a84dba Text Font Color

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

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


#a84dba Background Color

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

This div background color is #a84dba


#a84dba Border Color

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

This div border color is #a84dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84dba


Comments

No comments written yet.

Please login to write comment.