Color Hex Logo

#a439be Color Hex

#A439BE
(164,57,190)
0 Favorites   0 Comments

Color spaces of #a439be

RGB 16457190
HSL0.800.540.48
HSV288°70°75°
CMYK 0.140.700.00   0.25
XYZ26.067214.536550.1471
Yxy14.53650.28720.1602
Hunter Lab38.126855.3183-51.2938
CIE-Lab44.992761.9547-49.2916

#a439be color RGB value is (164,57,190).

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

The process color (four color CMYK) of #a439be color hex is 0.14, 0.70, 0.00, 0.25. Web safe color of #a439be is #9933cc. Color #a439be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111001 10111110
Octal 244 71 276
Decimal 164 57 190
Hex A4 39 BE

RGB Percentages of Color #a439be

%39.90
%13.87
%46.23

CMYK Percentages of Color #a439be

%14
%70
%0
%25

Triadic Colors of #a439be

#a439be #bea439 #39bea4

Analogous Colors of #a439be

#a439be #be3996 #6239be

Monochromatic Colors of #a439be

#a439be

Complementary Color

#a439be #53be39

#a439be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a439be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a439be Color CSS Codes

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

#a439be Text Font Color

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

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


#a439be Background Color

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

This div background color is #a439be


#a439be Border Color

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

This div border color is #a439be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a439be


Comments

No comments written yet.

Please login to write comment.