Color Hex Logo

#a695ff Color Hex

#A695FF
(166,149,255)
0 Favorites   0 Comments

Color spaces of #a695ff

RGB 166149255
HSL0.691.000.79
HSV250°42°100°
CMYK 0.350.420.00   0.00
XYZ44.523336.821999.3684
Yxy36.82190.24640.2038
Hunter Lab60.681124.7784-54.6137
CIE-Lab67.143229.9411-50.6456

#a695ff color RGB value is (166,149,255).

#a695ff hex color red value is 166, green value is 149 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a695ff hue: 0.69 , saturation: 1.00 and the lightness value of a695ff is 0.79.

The process color (four color CMYK) of #a695ff color hex is 0.35, 0.42, 0.00, 0.00. Web safe color of #a695ff is #9999ff. Color #a695ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010101 11111111
Octal 246 225 377
Decimal 166 149 255
Hex A6 95 FF

RGB Percentages of Color #a695ff

%29.12
%26.14
%44.74

CMYK Percentages of Color #a695ff

%35
%42
%0
%0

Triadic Colors of #a695ff

#a695ff #ffa695 #95ffa6

Analogous Colors of #a695ff

#a695ff #db95ff #95b9ff

Monochromatic Colors of #a695ff

#a695ff

Complementary Color

#a695ff #eeff95

#a695ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a695ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a695ff Color CSS Codes

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

#a695ff Text Font Color

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

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


#a695ff Background Color

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

This div background color is #a695ff


#a695ff Border Color

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

This div border color is #a695ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,149,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a695ff


Comments

No comments written yet.

Please login to write comment.