Color Hex Logo

#a97bce Color Hex

#A97BCE
(169,123,206)
0 Favorites   0 Comments

Color spaces of #a97bce

RGB 169123206
HSL0.760.460.65
HSV273°40°81°
CMYK 0.180.400.00   0.19
XYZ34.585727.057261.7922
Yxy27.05720.28020.2192
Hunter Lab52.016527.6554-34.0210
CIE-Lab59.027233.5694-36.2278

#a97bce color RGB value is (169,123,206).

#a97bce hex color red value is 169, green value is 123 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a97bce hue: 0.76 , saturation: 0.46 and the lightness value of a97bce is 0.65.

The process color (four color CMYK) of #a97bce color hex is 0.18, 0.40, 0.00, 0.19. Web safe color of #a97bce is #9966cc. Color #a97bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111011 11001110
Octal 251 173 316
Decimal 169 123 206
Hex A9 7B CE

RGB Percentages of Color #a97bce

%33.94
%24.70
%41.37

CMYK Percentages of Color #a97bce

%18
%40
%0
%19

Triadic Colors of #a97bce

#a97bce #cea97b #7bcea9

Analogous Colors of #a97bce

#a97bce #ce7bca #807bce

Monochromatic Colors of #a97bce

#a97bce

Complementary Color

#a97bce #a0ce7b

#a97bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97bce Color CSS Codes

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

#a97bce Text Font Color

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

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


#a97bce Background Color

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

This div background color is #a97bce


#a97bce Border Color

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

This div border color is #a97bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97bce


Comments

No comments written yet.

Please login to write comment.