Color Hex Logo

#a37ab5 Color Hex

#A37AB5
(163,122,181)
0 Favorites   0 Comments

Color spaces of #a37ab5

RGB 163122181
HSL0.780.290.59
HSV282°33°71°
CMYK 0.100.330.00   0.29
XYZ30.404325.041846.9471
Yxy25.04180.29690.2446
Hunter Lab50.041820.8796-20.5941
CIE-Lab57.116126.7992-25.0314

#a37ab5 color RGB value is (163,122,181).

#a37ab5 hex color red value is 163, green value is 122 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a37ab5 hue: 0.78 , saturation: 0.29 and the lightness value of a37ab5 is 0.59.

The process color (four color CMYK) of #a37ab5 color hex is 0.10, 0.33, 0.00, 0.29. Web safe color of #a37ab5 is #9966cc. Color #a37ab5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111010 10110101
Octal 243 172 265
Decimal 163 122 181
Hex A3 7A B5

RGB Percentages of Color #a37ab5

%34.98
%26.18
%38.84

CMYK Percentages of Color #a37ab5

%10
%33
%0
%29

Triadic Colors of #a37ab5

#a37ab5 #b5a37a #7ab5a3

Analogous Colors of #a37ab5

#a37ab5 #b57aaa #867ab5

Monochromatic Colors of #a37ab5

#a37ab5

Complementary Color

#a37ab5 #8cb57a

#a37ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37ab5 Color CSS Codes

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

#a37ab5 Text Font Color

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

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


#a37ab5 Background Color

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

This div background color is #a37ab5


#a37ab5 Border Color

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

This div border color is #a37ab5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,122,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37ab5


Comments

No comments written yet.

Please login to write comment.