Color Hex Logo

#a85abe Color Hex

#A85ABE
(168,90,190)
0 Favorites   0 Comments

Color spaces of #a85abe

RGB 16890190
HSL0.800.430.55
HSV287°53°75°
CMYK 0.120.530.00   0.25
XYZ29.098919.354950.9174
Yxy19.35490.29280.1948
Hunter Lab43.994241.0746-37.8243
CIE-Lab51.099947.7657-39.5488

#a85abe color RGB value is (168,90,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011010 10111110
Octal 250 132 276
Decimal 168 90 190
Hex A8 5A BE

RGB Percentages of Color #a85abe

%37.50
%20.09
%42.41

CMYK Percentages of Color #a85abe

%12
%53
%0
%25

Triadic Colors of #a85abe

#a85abe #bea85a #5abea8

Analogous Colors of #a85abe

#a85abe #be5aa2 #765abe

Monochromatic Colors of #a85abe

#a85abe

Complementary Color

#a85abe #70be5a

#a85abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85abe Color CSS Codes

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

#a85abe Text Font Color

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

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


#a85abe Background Color

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

This div background color is #a85abe


#a85abe Border Color

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

This div border color is #a85abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85abe


Comments

No comments written yet.

Please login to write comment.