Color Hex Logo

#a359bf Color Hex

#A359BF
(163,89,191)
0 Favorites   0 Comments

Color spaces of #a359bf

RGB 16389191
HSL0.790.440.55
HSV284°53°75°
CMYK 0.150.530.00   0.25
XYZ28.080618.692951.4183
Yxy18.69290.28600.1904
Hunter Lab43.235340.2710-40.2469
CIE-Lab50.326047.1238-41.3905

#a359bf color RGB value is (163,89,191).

#a359bf hex color red value is 163, green value is 89 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a359bf hue: 0.79 , saturation: 0.44 and the lightness value of a359bf is 0.55.

The process color (four color CMYK) of #a359bf color hex is 0.15, 0.53, 0.00, 0.25. Web safe color of #a359bf is #9966cc. Color #a359bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011001 10111111
Octal 243 131 277
Decimal 163 89 191
Hex A3 59 BF

RGB Percentages of Color #a359bf

%36.79
%20.09
%43.12

CMYK Percentages of Color #a359bf

%15
%53
%0
%25

Triadic Colors of #a359bf

#a359bf #bfa359 #59bfa3

Analogous Colors of #a359bf

#a359bf #bf59a8 #7059bf

Monochromatic Colors of #a359bf

#a359bf

Complementary Color

#a359bf #75bf59

#a359bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a359bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a359bf Color CSS Codes

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

#a359bf Text Font Color

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

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


#a359bf Background Color

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

This div background color is #a359bf


#a359bf Border Color

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

This div border color is #a359bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a359bf


Comments

No comments written yet.

Please login to write comment.