Color Hex Logo

#a97bee Color Hex

#A97BEE
(169,123,238)
0 Favorites   0 Comments

Color spaces of #a97bee

RGB 169123238
HSL0.730.770.71
HSV264°48°93°
CMYK 0.290.480.00   0.07
XYZ38.877828.774084.3938
Yxy28.77400.25570.1892
Hunter Lab53.641435.4994-55.7317
CIE-Lab60.581741.0638-51.6786

#a97bee color RGB value is (169,123,238).

#a97bee hex color red value is 169, green value is 123 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a97bee hue: 0.73 , saturation: 0.77 and the lightness value of a97bee is 0.71.

The process color (four color CMYK) of #a97bee color hex is 0.29, 0.48, 0.00, 0.07. Web safe color of #a97bee is #9966ff. Color #a97bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111011 11101110
Octal 251 173 356
Decimal 169 123 238
Hex A9 7B EE

RGB Percentages of Color #a97bee

%31.89
%23.21
%44.91

CMYK Percentages of Color #a97bee

%29
%48
%0
%7

Triadic Colors of #a97bee

#a97bee #eea97b #7beea9

Analogous Colors of #a97bee

#a97bee #e37bee #7b87ee

Monochromatic Colors of #a97bee

#a97bee

Complementary Color

#a97bee #c0ee7b

#a97bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97bee Color CSS Codes

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

#a97bee Text Font Color

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

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


#a97bee Background Color

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

This div background color is #a97bee


#a97bee Border Color

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

This div border color is #a97bee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,123,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97bee


Comments

No comments written yet.

Please login to write comment.