Color Hex Logo

#a973be Color Hex

#A973BE
(169,115,190)
0 Favorites   0 Comments

Color spaces of #a973be

RGB 169115190
HSL0.790.370.60
HSV283°39°75°
CMYK 0.110.390.00   0.25
XYZ31.787224.414251.7522
Yxy24.41420.29450.2262
Hunter Lab49.410728.3649-27.5121
CIE-Lab56.500134.5621-31.0818

#a973be color RGB value is (169,115,190).

#a973be hex color red value is 169, green value is 115 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a973be hue: 0.79 , saturation: 0.37 and the lightness value of a973be is 0.60.

The process color (four color CMYK) of #a973be color hex is 0.11, 0.39, 0.00, 0.25. Web safe color of #a973be is #9966cc. Color #a973be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110011 10111110
Octal 251 163 276
Decimal 169 115 190
Hex A9 73 BE

RGB Percentages of Color #a973be

%35.65
%24.26
%40.08

CMYK Percentages of Color #a973be

%11
%39
%0
%25

Triadic Colors of #a973be

#a973be #bea973 #73bea9

Analogous Colors of #a973be

#a973be #be73ae #8473be

Monochromatic Colors of #a973be

#a973be

Complementary Color

#a973be #88be73

#a973be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a973be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a973be Color CSS Codes

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

#a973be Text Font Color

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

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


#a973be Background Color

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

This div background color is #a973be


#a973be Border Color

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

This div border color is #a973be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a973be


Comments

No comments written yet.

Please login to write comment.