Color Hex Logo

#a85fbf Color Hex

#A85FBF
(168,95,191)
0 Favorites   0 Comments

Color spaces of #a85fbf

RGB 16895191
HSL0.790.430.56
HSV286°50°75°
CMYK 0.120.500.00   0.25
XYZ29.644620.270851.6404
Yxy20.27080.29190.1996
Hunter Lab45.023138.7395-36.4880
CIE-Lab52.142045.3672-38.4833

#a85fbf color RGB value is (168,95,191).

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

The process color (four color CMYK) of #a85fbf color hex is 0.12, 0.50, 0.00, 0.25. Web safe color of #a85fbf is #9966cc. Color #a85fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011111 10111111
Octal 250 137 277
Decimal 168 95 191
Hex A8 5F BF

RGB Percentages of Color #a85fbf

%37.00
%20.93
%42.07

CMYK Percentages of Color #a85fbf

%12
%50
%0
%25

Triadic Colors of #a85fbf

#a85fbf #bfa85f #5fbfa8

Analogous Colors of #a85fbf

#a85fbf #bf5fa6 #785fbf

Monochromatic Colors of #a85fbf

#a85fbf

Complementary Color

#a85fbf #76bf5f

#a85fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85fbf Color CSS Codes

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

#a85fbf Text Font Color

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

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


#a85fbf Background Color

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

This div background color is #a85fbf


#a85fbf Border Color

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

This div border color is #a85fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85fbf


Comments

No comments written yet.

Please login to write comment.