Color Hex Logo

#a37ebb Color Hex

#A37EBB
(163,126,187)
0 Favorites   0 Comments

Color spaces of #a37ebb

RGB 163126187
HSL0.770.310.61
HSV276°33°73°
CMYK 0.130.330.00   0.27
XYZ31.534826.296150.4273
Yxy26.29610.29130.2429
Hunter Lab51.279720.0302-22.4086
CIE-Lab58.317025.8096-26.6057

#a37ebb color RGB value is (163,126,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111110 10111011
Octal 243 176 273
Decimal 163 126 187
Hex A3 7E BB

RGB Percentages of Color #a37ebb

%34.24
%26.47
%39.29

CMYK Percentages of Color #a37ebb

%13
%33
%0
%27

Triadic Colors of #a37ebb

#a37ebb #bba37e #7ebba3

Analogous Colors of #a37ebb

#a37ebb #bb7eb5 #857ebb

Monochromatic Colors of #a37ebb

#a37ebb

Complementary Color

#a37ebb #96bb7e

#a37ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37ebb Color CSS Codes

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

#a37ebb Text Font Color

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

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


#a37ebb Background Color

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

This div background color is #a37ebb


#a37ebb Border Color

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

This div border color is #a37ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37ebb


Comments

No comments written yet.

Please login to write comment.