Color Hex Logo

#a85fbd Color Hex

#A85FBD
(168,95,189)
0 Favorites   0 Comments

Color spaces of #a85fbd

RGB 16895189
HSL0.800.420.56
HSV287°50°74°
CMYK 0.110.500.00   0.26
XYZ29.426020.183450.4890
Yxy20.18340.29400.2016
Hunter Lab44.925938.2952-35.1836
CIE-Lab52.043944.9544-37.4845

#a85fbd color RGB value is (168,95,189).

#a85fbd hex color red value is 168, green value is 95 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a85fbd hue: 0.80 , saturation: 0.42 and the lightness value of a85fbd is 0.56.

The process color (four color CMYK) of #a85fbd color hex is 0.11, 0.50, 0.00, 0.26. Web safe color of #a85fbd is #9966cc. Color #a85fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011111 10111101
Octal 250 137 275
Decimal 168 95 189
Hex A8 5F BD

RGB Percentages of Color #a85fbd

%37.17
%21.02
%41.81

CMYK Percentages of Color #a85fbd

%11
%50
%0
%26

Triadic Colors of #a85fbd

#a85fbd #bda85f #5fbda8

Analogous Colors of #a85fbd

#a85fbd #bd5fa3 #795fbd

Monochromatic Colors of #a85fbd

#a85fbd

Complementary Color

#a85fbd #74bd5f

#a85fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85fbd Color CSS Codes

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

#a85fbd Text Font Color

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

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


#a85fbd Background Color

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

This div background color is #a85fbd


#a85fbd Border Color

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

This div border color is #a85fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85fbd


Comments

No comments written yet.

Please login to write comment.