Color Hex Logo

#a839a4 Color Hex

#A839A4
(168,57,164)
0 Favorites   0 Comments

Color spaces of #a839a4

RGB 16857164
HSL0.840.490.44
HSV302°66°66°
CMYK 0.000.660.02   0.34
XYZ24.312413.931436.5296
Yxy13.93140.32510.1863
Hunter Lab37.324850.9519-31.8995
CIE-Lab44.134458.1948-35.2913

#a839a4 color RGB value is (168,57,164).

#a839a4 hex color red value is 168, green value is 57 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #a839a4 hue: 0.84 , saturation: 0.49 and the lightness value of a839a4 is 0.44.

The process color (four color CMYK) of #a839a4 color hex is 0.00, 0.66, 0.02, 0.34. Web safe color of #a839a4 is #993399. Color #a839a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111001 10100100
Octal 250 71 244
Decimal 168 57 164
Hex A8 39 A4

RGB Percentages of Color #a839a4

%43.19
%14.65
%42.16

CMYK Percentages of Color #a839a4

%0
%66
%2
%34

Triadic Colors of #a839a4

#a839a4 #a4a839 #39a4a8

Analogous Colors of #a839a4

#a839a4 #a8396d #7539a8

Monochromatic Colors of #a839a4

#a839a4

Complementary Color

#a839a4 #39a83d

#a839a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a839a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a839a4 Color CSS Codes

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

#a839a4 Text Font Color

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

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


#a839a4 Background Color

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

This div background color is #a839a4


#a839a4 Border Color

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

This div border color is #a839a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a839a4


Comments

No comments written yet.

Please login to write comment.