Color Hex Logo

#a37ab8 Color Hex

#A37AB8
(163,122,184)
0 Favorites   0 Comments

Color spaces of #a37ab8

RGB 163122184
HSL0.780.300.60
HSV280°34°72°
CMYK 0.110.340.00   0.28
XYZ30.715525.166348.5861
Yxy25.16630.29400.2409
Hunter Lab50.166021.5009-22.3065
CIE-Lab57.237127.4405-26.5610

#a37ab8 color RGB value is (163,122,184).

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

The process color (four color CMYK) of #a37ab8 color hex is 0.11, 0.34, 0.00, 0.28. Web safe color of #a37ab8 is #9966cc. Color #a37ab8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111010 10111000
Octal 243 172 270
Decimal 163 122 184
Hex A3 7A B8

RGB Percentages of Color #a37ab8

%34.75
%26.01
%39.23

CMYK Percentages of Color #a37ab8

%11
%34
%0
%28

Triadic Colors of #a37ab8

#a37ab8 #b8a37a #7ab8a3

Analogous Colors of #a37ab8

#a37ab8 #b87aae #847ab8

Monochromatic Colors of #a37ab8

#a37ab8

Complementary Color

#a37ab8 #8fb87a

#a37ab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37ab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37ab8 Color CSS Codes

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

#a37ab8 Text Font Color

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

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


#a37ab8 Background Color

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

This div background color is #a37ab8


#a37ab8 Border Color

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

This div border color is #a37ab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37ab8


Comments

No comments written yet.

Please login to write comment.