Color Hex Logo

#a695bf Color Hex

#A695BF
(166,149,191)
0 Favorites   0 Comments

Color spaces of #a695bf

RGB 166149191
HSL0.730.250.67
HSV264°22°75°
CMYK 0.130.220.00   0.25
XYZ35.877333.363553.8391
Yxy33.36350.29150.2711
Hunter Lab57.76119.7901-14.8313
CIE-Lab64.454214.5668-19.4384

#a695bf color RGB value is (166,149,191).

#a695bf hex color red value is 166, green value is 149 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a695bf hue: 0.73 , saturation: 0.25 and the lightness value of a695bf is 0.67.

The process color (four color CMYK) of #a695bf color hex is 0.13, 0.22, 0.00, 0.25. Web safe color of #a695bf is #9999cc. Color #a695bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010101 10111111
Octal 246 225 277
Decimal 166 149 191
Hex A6 95 BF

RGB Percentages of Color #a695bf

%32.81
%29.45
%37.75

CMYK Percentages of Color #a695bf

%13
%22
%0
%25

Triadic Colors of #a695bf

#a695bf #bfa695 #95bfa6

Analogous Colors of #a695bf

#a695bf #bb95bf #9599bf

Monochromatic Colors of #a695bf

#a695bf

Complementary Color

#a695bf #aebf95

#a695bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a695bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a695bf Color CSS Codes

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

#a695bf Text Font Color

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

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


#a695bf Background Color

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

This div background color is #a695bf


#a695bf Border Color

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

This div border color is #a695bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a695bf


Comments

No comments written yet.

Please login to write comment.