Color Hex Logo

#a836ad Color Hex

#A836AD
(168,54,173)
0 Favorites   0 Comments

Color spaces of #a836ad

RGB 16854173
HSL0.830.520.45
HSV297°69°68°
CMYK 0.030.690.00   0.32
XYZ25.010413.980340.9154
Yxy13.98030.31300.1750
Hunter Lab37.390253.9661-38.7067
CIE-Lab44.204760.9007-40.5230

#a836ad color RGB value is (168,54,173).

#a836ad hex color red value is 168, green value is 54 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a836ad hue: 0.83 , saturation: 0.52 and the lightness value of a836ad is 0.45.

The process color (four color CMYK) of #a836ad color hex is 0.03, 0.69, 0.00, 0.32. Web safe color of #a836ad is #993399. Color #a836ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110110 10101101
Octal 250 66 255
Decimal 168 54 173
Hex A8 36 AD

RGB Percentages of Color #a836ad

%42.53
%13.67
%43.80

CMYK Percentages of Color #a836ad

%3
%69
%0
%32

Triadic Colors of #a836ad

#a836ad #ada836 #36ada8

Analogous Colors of #a836ad

#a836ad #ad3677 #6d36ad

Monochromatic Colors of #a836ad

#a836ad

Complementary Color

#a836ad #3bad36

#a836ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a836ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a836ad Color CSS Codes

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

#a836ad Text Font Color

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

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


#a836ad Background Color

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

This div background color is #a836ad


#a836ad Border Color

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

This div border color is #a836ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,54,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a836ad


Comments

No comments written yet.

Please login to write comment.