Color Hex Logo

#a859be Color Hex

#A859BE
(168,89,190)
0 Favorites   0 Comments

Color spaces of #a859be

RGB 16889190
HSL0.800.440.55
HSV287°53°75°
CMYK 0.120.530.00   0.25
XYZ29.015119.187350.8895
Yxy19.18730.29280.1936
Hunter Lab43.803341.5817-38.2192
CIE-Lab50.905648.2792-39.8554

#a859be color RGB value is (168,89,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011001 10111110
Octal 250 131 276
Decimal 168 89 190
Hex A8 59 BE

RGB Percentages of Color #a859be

%37.58
%19.91
%42.51

CMYK Percentages of Color #a859be

%12
%53
%0
%25

Triadic Colors of #a859be

#a859be #bea859 #59bea8

Analogous Colors of #a859be

#a859be #be59a2 #7659be

Monochromatic Colors of #a859be

#a859be

Complementary Color

#a859be #6fbe59

#a859be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a859be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a859be Color CSS Codes

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

#a859be Text Font Color

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

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


#a859be Background Color

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

This div background color is #a859be


#a859be Border Color

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

This div border color is #a859be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a859be


Comments

No comments written yet.

Please login to write comment.