Color Hex Logo

#a697fb Color Hex

#A697FB
(166,151,251)
0 Favorites   0 Comments

Color spaces of #a697fb

RGB 166151251
HSL0.690.930.79
HSV249°40°98°
CMYK 0.340.400.00   0.02
XYZ44.205137.205296.1183
Yxy37.20520.24900.2096
Hunter Lab60.996122.6195-50.7326
CIE-Lab67.430727.7746-48.0114

#a697fb color RGB value is (166,151,251).

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

The process color (four color CMYK) of #a697fb color hex is 0.34, 0.40, 0.00, 0.02. Web safe color of #a697fb is #9999ff. Color #a697fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010111 11111011
Octal 246 227 373
Decimal 166 151 251
Hex A6 97 FB

RGB Percentages of Color #a697fb

%29.23
%26.58
%44.19

CMYK Percentages of Color #a697fb

%34
%40
%0
%2

Triadic Colors of #a697fb

#a697fb #fba697 #97fba6

Analogous Colors of #a697fb

#a697fb #d897fb #97bafb

Monochromatic Colors of #a697fb

#a697fb

Complementary Color

#a697fb #ecfb97

#a697fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a697fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a697fb Color CSS Codes

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

#a697fb Text Font Color

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

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


#a697fb Background Color

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

This div background color is #a697fb


#a697fb Border Color

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

This div border color is #a697fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a697fb

Related Colors


Comments

No comments written yet.

Please login to write comment.