Color Hex Logo

#a8259c Color Hex

#A8259C
(168,37,156)
0 Favorites   0 Comments

Color spaces of #a8259c

RGB 16837156
HSL0.850.640.40
HSV305°78°66°
CMYK 0.000.780.07   0.34
XYZ22.810812.048332.5758
Yxy12.04830.33830.1787
Hunter Lab34.710756.5612-31.3459
CIE-Lab41.292863.7694-34.9841

#a8259c color RGB value is (168,37,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100101 10011100
Octal 250 45 234
Decimal 168 37 156
Hex A8 25 9C

RGB Percentages of Color #a8259c

%46.54
%10.25
%43.21

CMYK Percentages of Color #a8259c

%0
%78
%7
%34

Triadic Colors of #a8259c

#a8259c #9ca825 #259ca8

Analogous Colors of #a8259c

#a8259c #a8255b #7325a8

Monochromatic Colors of #a8259c

#a8259c

Complementary Color

#a8259c #25a831

#a8259c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8259c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8259c Color CSS Codes

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

#a8259c Text Font Color

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

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


#a8259c Background Color

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

This div background color is #a8259c


#a8259c Border Color

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

This div border color is #a8259c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8259c


Comments

No comments written yet.

Please login to write comment.