Color Hex Logo

#a993bf Color Hex

#A993BF
(169,147,191)
0 Favorites   0 Comments

Color spaces of #a993bf

RGB 169147191
HSL0.750.260.66
HSV270°23°75°
CMYK 0.120.230.00   0.25
XYZ36.199933.064053.7643
Yxy33.06400.29420.2688
Hunter Lab57.501311.7472-15.1858
CIE-Lab64.212716.6874-19.7814

#a993bf color RGB value is (169,147,191).

#a993bf hex color red value is 169, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a993bf hue: 0.75 , saturation: 0.26 and the lightness value of a993bf is 0.66.

The process color (four color CMYK) of #a993bf color hex is 0.12, 0.23, 0.00, 0.25. Web safe color of #a993bf is #9999cc. Color #a993bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010011 10111111
Octal 251 223 277
Decimal 169 147 191
Hex A9 93 BF

RGB Percentages of Color #a993bf

%33.33
%28.99
%37.67

CMYK Percentages of Color #a993bf

%12
%23
%0
%25

Triadic Colors of #a993bf

#a993bf #bfa993 #93bfa9

Analogous Colors of #a993bf

#a993bf #bf93bf #9393bf

Monochromatic Colors of #a993bf

#a993bf

Complementary Color

#a993bf #a9bf93

#a993bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a993bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a993bf Color CSS Codes

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

#a993bf Text Font Color

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

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


#a993bf Background Color

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

This div background color is #a993bf


#a993bf Border Color

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

This div border color is #a993bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a993bf


Comments

No comments written yet.

Please login to write comment.