Color Hex Logo

#a37abb Color Hex

#A37ABB
(163,122,187)
0 Favorites   0 Comments

Color spaces of #a37abb

RGB 163122187
HSL0.770.320.61
HSV278°35°73°
CMYK 0.130.350.00   0.27
XYZ31.033425.293550.2602
Yxy25.29350.29120.2373
Hunter Lab50.292622.1324-24.0469
CIE-Lab57.360328.0892-28.0842

#a37abb color RGB value is (163,122,187).

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

The process color (four color CMYK) of #a37abb color hex is 0.13, 0.35, 0.00, 0.27. Web safe color of #a37abb is #9966cc. Color #a37abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111010 10111011
Octal 243 172 273
Decimal 163 122 187
Hex A3 7A BB

RGB Percentages of Color #a37abb

%34.53
%25.85
%39.62

CMYK Percentages of Color #a37abb

%13
%35
%0
%27

Triadic Colors of #a37abb

#a37abb #bba37a #7abba3

Analogous Colors of #a37abb

#a37abb #bb7ab3 #837abb

Monochromatic Colors of #a37abb

#a37abb

Complementary Color

#a37abb #92bb7a

#a37abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37abb Color CSS Codes

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

#a37abb Text Font Color

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

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


#a37abb Background Color

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

This div background color is #a37abb


#a37abb Border Color

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

This div border color is #a37abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37abb


Comments

No comments written yet.

Please login to write comment.