Color Hex Logo

#a85690 Color Hex

#A85690
(168,86,144)
0 Favorites   0 Comments

Color spaces of #a85690

RGB 16886144
HSL0.880.320.50
HSV318°49°66°
CMYK 0.000.490.14   0.34
XYZ24.510316.994028.3739
Yxy16.99400.35080.2432
Hunter Lab41.223833.9886-11.9520
CIE-Lab48.252541.3033-16.9666

#a85690 color RGB value is (168,86,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010110 10010000
Octal 250 126 220
Decimal 168 86 144
Hex A8 56 90

RGB Percentages of Color #a85690

%42.21
%21.61
%36.18

CMYK Percentages of Color #a85690

%0
%49
%14
%34

Triadic Colors of #a85690

#a85690 #90a856 #5690a8

Analogous Colors of #a85690

#a85690 #a85667 #9756a8

Monochromatic Colors of #a85690

#a85690

Complementary Color

#a85690 #56a86e

#a85690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85690 Color CSS Codes

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

#a85690 Text Font Color

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

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


#a85690 Background Color

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

This div background color is #a85690


#a85690 Border Color

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

This div border color is #a85690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85690


Comments

No comments written yet.

Please login to write comment.