Color Hex Logo

#a37abe Color Hex

#A37ABE
(163,122,190)
0 Favorites   0 Comments

Color spaces of #a37abe

RGB 163122190
HSL0.770.340.61
HSV276°36°75°
CMYK 0.140.360.00   0.25
XYZ31.358125.423351.9696
Yxy25.42330.28830.2338
Hunter Lab50.421522.7749-25.8153
CIE-Lab57.485628.7459-29.6011

#a37abe color RGB value is (163,122,190).

#a37abe hex color red value is 163, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a37abe hue: 0.77 , saturation: 0.34 and the lightness value of a37abe is 0.61.

The process color (four color CMYK) of #a37abe color hex is 0.14, 0.36, 0.00, 0.25. Web safe color of #a37abe is #9966cc. Color #a37abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111010 10111110
Octal 243 172 276
Decimal 163 122 190
Hex A3 7A BE

RGB Percentages of Color #a37abe

%34.32
%25.68
%40.00

CMYK Percentages of Color #a37abe

%14
%36
%0
%25

Triadic Colors of #a37abe

#a37abe #bea37a #7abea3

Analogous Colors of #a37abe

#a37abe #be7ab7 #817abe

Monochromatic Colors of #a37abe

#a37abe

Complementary Color

#a37abe #95be7a

#a37abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37abe Color CSS Codes

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

#a37abe Text Font Color

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

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


#a37abe Background Color

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

This div background color is #a37abe


#a37abe Border Color

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

This div border color is #a37abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37abe


Comments

No comments written yet.

Please login to write comment.