Color Hex Logo

#a439ba Color Hex

#A439BA
(164,57,186)
0 Favorites   0 Comments

Color spaces of #a439ba

RGB 16457186
HSL0.800.530.48
HSV290°69°73°
CMYK 0.120.690.00   0.27
XYZ25.635914.363947.8757
Yxy14.36390.29170.1635
Hunter Lab37.899754.4153-48.3665
CIE-Lab44.750361.1978-47.3414

#a439ba color RGB value is (164,57,186).

#a439ba hex color red value is 164, green value is 57 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a439ba hue: 0.80 , saturation: 0.53 and the lightness value of a439ba is 0.48.

The process color (four color CMYK) of #a439ba color hex is 0.12, 0.69, 0.00, 0.27. Web safe color of #a439ba is #9933cc. Color #a439ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111001 10111010
Octal 244 71 272
Decimal 164 57 186
Hex A4 39 BA

RGB Percentages of Color #a439ba

%40.29
%14.00
%45.70

CMYK Percentages of Color #a439ba

%12
%69
%0
%27

Triadic Colors of #a439ba

#a439ba #baa439 #39baa4

Analogous Colors of #a439ba

#a439ba #ba3990 #6339ba

Monochromatic Colors of #a439ba

#a439ba

Complementary Color

#a439ba #4fba39

#a439ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a439ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a439ba Color CSS Codes

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

#a439ba Text Font Color

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

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


#a439ba Background Color

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

This div background color is #a439ba


#a439ba Border Color

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

This div border color is #a439ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a439ba


Comments

No comments written yet.

Please login to write comment.