Color Hex Logo

#a259bf Color Hex

#A259BF
(162,89,191)
0 Favorites   0 Comments

Color spaces of #a259bf

RGB 16289191
HSL0.790.440.55
HSV283°53°75°
CMYK 0.150.530.00   0.25
XYZ27.876618.587751.4087
Yxy18.58770.28480.1899
Hunter Lab43.113539.9672-40.5183
CIE-Lab50.201346.8527-41.5958

#a259bf color RGB value is (162,89,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011001 10111111
Octal 242 131 277
Decimal 162 89 191
Hex A2 59 BF

RGB Percentages of Color #a259bf

%36.65
%20.14
%43.21

CMYK Percentages of Color #a259bf

%15
%53
%0
%25

Triadic Colors of #a259bf

#a259bf #bfa259 #59bfa2

Analogous Colors of #a259bf

#a259bf #bf59a9 #6f59bf

Monochromatic Colors of #a259bf

#a259bf

Complementary Color

#a259bf #76bf59

#a259bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a259bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a259bf Color CSS Codes

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

#a259bf Text Font Color

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

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


#a259bf Background Color

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

This div background color is #a259bf


#a259bf Border Color

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

This div border color is #a259bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a259bf


Comments

No comments written yet.

Please login to write comment.