Color Hex Logo

#a85990 Color Hex

#A85990
(168,89,144)
0 Favorites   0 Comments

Color spaces of #a85990

RGB 16889144
HSL0.880.310.50
HSV318°47°66°
CMYK 0.000.470.14   0.34
XYZ24.754917.483228.4554
Yxy17.48320.35020.2473
Hunter Lab41.812932.5065-11.0802
CIE-Lab48.863239.7261-16.0358

#a85990 color RGB value is (168,89,144).

#a85990 hex color red value is 168, green value is 89 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a85990 hue: 0.88 , saturation: 0.31 and the lightness value of a85990 is 0.50.

The process color (four color CMYK) of #a85990 color hex is 0.00, 0.47, 0.14, 0.34. Web safe color of #a85990 is #996699. Color #a85990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011001 10010000
Octal 250 131 220
Decimal 168 89 144
Hex A8 59 90

RGB Percentages of Color #a85990

%41.90
%22.19
%35.91

CMYK Percentages of Color #a85990

%0
%47
%14
%34

Triadic Colors of #a85990

#a85990 #90a859 #5990a8

Analogous Colors of #a85990

#a85990 #a85969 #9959a8

Monochromatic Colors of #a85990

#a85990

Complementary Color

#a85990 #59a871

#a85990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85990 Color CSS Codes

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

#a85990 Text Font Color

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

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


#a85990 Background Color

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

This div background color is #a85990


#a85990 Border Color

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

This div border color is #a85990


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,89,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85990

#a85990 Color Palettes


Comments

No comments written yet.

Please login to write comment.