Color Hex Logo

#a539bf Color Hex

#A539BF
(165,57,191)
0 Favorites   0 Comments

Color spaces of #a539bf

RGB 16557191
HSL0.800.540.49
HSV288°70°75°
CMYK 0.140.700.00   0.25
XYZ26.384114.687250.7345
Yxy14.68720.28740.1600
Hunter Lab38.323955.8216-51.6635
CIE-Lab45.202862.3605-49.5301

#a539bf color RGB value is (165,57,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111001 10111111
Octal 245 71 277
Decimal 165 57 191
Hex A5 39 BF

RGB Percentages of Color #a539bf

%39.95
%13.80
%46.25

CMYK Percentages of Color #a539bf

%14
%70
%0
%25

Triadic Colors of #a539bf

#a539bf #bfa539 #39bfa5

Analogous Colors of #a539bf

#a539bf #bf3996 #6239bf

Monochromatic Colors of #a539bf

#a539bf

Complementary Color

#a539bf #53bf39

#a539bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a539bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a539bf Color CSS Codes

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

#a539bf Text Font Color

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

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


#a539bf Background Color

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

This div background color is #a539bf


#a539bf Border Color

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

This div border color is #a539bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a539bf


Comments

No comments written yet.

Please login to write comment.