Color Hex Logo

#a37ebc Color Hex

#A37EBC
(163,126,188)
0 Favorites   0 Comments

Color spaces of #a37ebc

RGB 163126188
HSL0.770.320.62
HSV276°33°74°
CMYK 0.130.330.00   0.26
XYZ31.642226.339150.9932
Yxy26.33910.29040.2417
Hunter Lab51.321620.2408-22.9854
CIE-Lab58.357526.0276-27.1126

#a37ebc color RGB value is (163,126,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111110 10111100
Octal 243 176 274
Decimal 163 126 188
Hex A3 7E BC

RGB Percentages of Color #a37ebc

%34.17
%26.42
%39.41

CMYK Percentages of Color #a37ebc

%13
%33
%0
%26

Triadic Colors of #a37ebc

#a37ebc #bca37e #7ebca3

Analogous Colors of #a37ebc

#a37ebc #bc7eb6 #847ebc

Monochromatic Colors of #a37ebc

#a37ebc

Complementary Color

#a37ebc #97bc7e

#a37ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37ebc Color CSS Codes

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

#a37ebc Text Font Color

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

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


#a37ebc Background Color

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

This div background color is #a37ebc


#a37ebc Border Color

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

This div border color is #a37ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37ebc


Comments

No comments written yet.

Please login to write comment.