Color Hex Logo

#a693bb Color Hex

#A693BB
(166,147,187)
0 Favorites   0 Comments

Color spaces of #a693bb

RGB 166147187
HSL0.750.230.65
HSV269°21°73°
CMYK 0.110.210.00   0.27
XYZ35.129232.562351.4473
Yxy32.56230.29490.2733
Hunter Lab57.063410.0267-13.5104
CIE-Lab63.804914.8360-18.1802

#a693bb color RGB value is (166,147,187).

#a693bb hex color red value is 166, green value is 147 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a693bb hue: 0.75 , saturation: 0.23 and the lightness value of a693bb is 0.65.

The process color (four color CMYK) of #a693bb color hex is 0.11, 0.21, 0.00, 0.27. Web safe color of #a693bb is #9999cc. Color #a693bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010011 10111011
Octal 246 223 273
Decimal 166 147 187
Hex A6 93 BB

RGB Percentages of Color #a693bb

%33.20
%29.40
%37.40

CMYK Percentages of Color #a693bb

%11
%21
%0
%27

Triadic Colors of #a693bb

#a693bb #bba693 #93bba6

Analogous Colors of #a693bb

#a693bb #ba93bb #9394bb

Monochromatic Colors of #a693bb

#a693bb

Complementary Color

#a693bb #a8bb93

#a693bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a693bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a693bb Color CSS Codes

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

#a693bb Text Font Color

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

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


#a693bb Background Color

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

This div background color is #a693bb


#a693bb Border Color

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

This div border color is #a693bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a693bb


Comments

No comments written yet.

Please login to write comment.