Color Hex Logo

#a82581 Color Hex

#A82581
(168,37,129)
0 Favorites   0 Comments

Color spaces of #a82581

RGB 16837129
HSL0.880.640.40
HSV318°78°66°
CMYK 0.000.780.23   0.34
XYZ20.772511.232921.8422
Yxy11.23290.38580.2086
Hunter Lab33.515551.9799-15.1787
CIE-Lab39.970059.9258-20.5780

#a82581 color RGB value is (168,37,129).

#a82581 hex color red value is 168, green value is 37 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #a82581 hue: 0.88 , saturation: 0.64 and the lightness value of a82581 is 0.40.

The process color (four color CMYK) of #a82581 color hex is 0.00, 0.78, 0.23, 0.34. Web safe color of #a82581 is #993399. Color #a82581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100101 10000001
Octal 250 45 201
Decimal 168 37 129
Hex A8 25 81

RGB Percentages of Color #a82581

%50.30
%11.08
%38.62

CMYK Percentages of Color #a82581

%0
%78
%23
%34

Triadic Colors of #a82581

#a82581 #81a825 #2581a8

Analogous Colors of #a82581

#a82581 #a8253f #8e25a8

Monochromatic Colors of #a82581

#a82581

Complementary Color

#a82581 #25a84c

#a82581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82581 Color CSS Codes

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

#a82581 Text Font Color

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

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


#a82581 Background Color

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

This div background color is #a82581


#a82581 Border Color

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

This div border color is #a82581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82581


Comments

No comments written yet.

Please login to write comment.