Color Hex Logo

#a37bbd Color Hex

#A37BBD
(163,123,189)
0 Favorites   0 Comments

Color spaces of #a37bbd

RGB 163123189
HSL0.770.330.61
HSV276°35°74°
CMYK 0.140.350.00   0.26
XYZ31.372525.626651.4370
Yxy25.62660.28930.2363
Hunter Lab50.622722.0323-24.8078
CIE-Lab57.680927.9567-28.7285

#a37bbd color RGB value is (163,123,189).

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

The process color (four color CMYK) of #a37bbd color hex is 0.14, 0.35, 0.00, 0.26. Web safe color of #a37bbd is #9966cc. Color #a37bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111011 10111101
Octal 243 173 275
Decimal 163 123 189
Hex A3 7B BD

RGB Percentages of Color #a37bbd

%34.32
%25.89
%39.79

CMYK Percentages of Color #a37bbd

%14
%35
%0
%26

Triadic Colors of #a37bbd

#a37bbd #bda37b #7bbda3

Analogous Colors of #a37bbd

#a37bbd #bd7bb6 #827bbd

Monochromatic Colors of #a37bbd

#a37bbd

Complementary Color

#a37bbd #95bd7b

#a37bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37bbd Color CSS Codes

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

#a37bbd Text Font Color

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

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


#a37bbd Background Color

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

This div background color is #a37bbd


#a37bbd Border Color

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

This div border color is #a37bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37bbd


Comments

No comments written yet.

Please login to write comment.