Color Hex Logo

#a85caf Color Hex

#A85CAF
(168,92,175)
0 Favorites   0 Comments

Color spaces of #a85caf

RGB 16892175
HSL0.820.340.52
HSV295°47°69°
CMYK 0.040.470.00   0.31
XYZ27.713519.074342.7785
Yxy19.07430.30940.2130
Hunter Lab43.674136.8378-27.5022
CIE-Lab50.774043.7350-31.3547

#a85caf color RGB value is (168,92,175).

#a85caf hex color red value is 168, green value is 92 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a85caf hue: 0.82 , saturation: 0.34 and the lightness value of a85caf is 0.52.

The process color (four color CMYK) of #a85caf color hex is 0.04, 0.47, 0.00, 0.31. Web safe color of #a85caf is #996699. Color #a85caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011100 10101111
Octal 250 134 257
Decimal 168 92 175
Hex A8 5C AF

RGB Percentages of Color #a85caf

%38.62
%21.15
%40.23

CMYK Percentages of Color #a85caf

%4
%47
%0
%31

Triadic Colors of #a85caf

#a85caf #afa85c #5cafa8

Analogous Colors of #a85caf

#a85caf #af5c8d #7f5caf

Monochromatic Colors of #a85caf

#a85caf

Complementary Color

#a85caf #63af5c

#a85caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85caf Color CSS Codes

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

#a85caf Text Font Color

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

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


#a85caf Background Color

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

This div background color is #a85caf


#a85caf Border Color

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

This div border color is #a85caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85caf


Comments

No comments written yet.

Please login to write comment.