Color Hex Logo

#a37eea Color Hex

#A37EEA
(163,126,234)
0 Favorites   0 Comments

Color spaces of #a37eea

RGB 163126234
HSL0.720.720.71
HSV261°46°92°
CMYK 0.300.460.00   0.08
XYZ37.416428.648881.3996
Yxy28.64880.25370.1943
Hunter Lab53.524631.1126-52.7004
CIE-Lab60.470436.8332-49.6715

#a37eea color RGB value is (163,126,234).

#a37eea hex color red value is 163, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a37eea hue: 0.72 , saturation: 0.72 and the lightness value of a37eea is 0.71.

The process color (four color CMYK) of #a37eea color hex is 0.30, 0.46, 0.00, 0.08. Web safe color of #a37eea is #9966ff. Color #a37eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111110 11101010
Octal 243 176 352
Decimal 163 126 234
Hex A3 7E EA

RGB Percentages of Color #a37eea

%31.17
%24.09
%44.74

CMYK Percentages of Color #a37eea

%30
%46
%0
%8

Triadic Colors of #a37eea

#a37eea #eaa37e #7eeaa3

Analogous Colors of #a37eea

#a37eea #d97eea #7e8fea

Monochromatic Colors of #a37eea

#a37eea

Complementary Color

#a37eea #c5ea7e

#a37eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37eea Color CSS Codes

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

#a37eea Text Font Color

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

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


#a37eea Background Color

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

This div background color is #a37eea


#a37eea Border Color

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

This div border color is #a37eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37eea


Comments

No comments written yet.

Please login to write comment.