Color Hex Logo

#a85bac Color Hex

#A85BAC
(168,91,172)
0 Favorites   0 Comments

Color spaces of #a85bac

RGB 16891172
HSL0.830.330.52
HSV297°47°67°
CMYK 0.020.470.00   0.33
XYZ27.335918.785641.2149
Yxy18.78560.31300.2151
Hunter Lab43.342436.7303-26.0401
CIE-Lab50.435443.6818-30.1316

#a85bac color RGB value is (168,91,172).

#a85bac hex color red value is 168, green value is 91 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a85bac hue: 0.83 , saturation: 0.33 and the lightness value of a85bac is 0.52.

The process color (four color CMYK) of #a85bac color hex is 0.02, 0.47, 0.00, 0.33. Web safe color of #a85bac is #996699. Color #a85bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011011 10101100
Octal 250 133 254
Decimal 168 91 172
Hex A8 5B AC

RGB Percentages of Color #a85bac

%38.98
%21.11
%39.91

CMYK Percentages of Color #a85bac

%2
%47
%0
%33

Triadic Colors of #a85bac

#a85bac #aca85b #5baca8

Analogous Colors of #a85bac

#a85bac #ac5b88 #805bac

Monochromatic Colors of #a85bac

#a85bac

Complementary Color

#a85bac #5fac5b

#a85bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85bac Color CSS Codes

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

#a85bac Text Font Color

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

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


#a85bac Background Color

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

This div background color is #a85bac


#a85bac Border Color

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

This div border color is #a85bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85bac


Comments

No comments written yet.

Please login to write comment.