Color Hex Logo

#a37aeb Color Hex

#A37AEB
(163,122,235)
0 Favorites   0 Comments

Color spaces of #a37aeb

RGB 163122235
HSL0.730.740.70
HSV262°48°92°
CMYK 0.310.480.00   0.08
XYZ37.059227.703881.9914
Yxy27.70380.25250.1888
Hunter Lab52.634433.5693-55.5151
CIE-Lab59.620239.3281-51.5762

#a37aeb color RGB value is (163,122,235).

#a37aeb hex color red value is 163, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a37aeb hue: 0.73 , saturation: 0.74 and the lightness value of a37aeb is 0.70.

The process color (four color CMYK) of #a37aeb color hex is 0.31, 0.48, 0.00, 0.08. Web safe color of #a37aeb is #9966ff. Color #a37aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111010 11101011
Octal 243 172 353
Decimal 163 122 235
Hex A3 7A EB

RGB Percentages of Color #a37aeb

%31.35
%23.46
%45.19

CMYK Percentages of Color #a37aeb

%31
%48
%0
%8

Triadic Colors of #a37aeb

#a37aeb #eba37a #7aeba3

Analogous Colors of #a37aeb

#a37aeb #dc7aeb #7a8aeb

Monochromatic Colors of #a37aeb

#a37aeb

Complementary Color

#a37aeb #c2eb7a

#a37aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37aeb Color CSS Codes

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

#a37aeb Text Font Color

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

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


#a37aeb Background Color

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

This div background color is #a37aeb


#a37aeb Border Color

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

This div border color is #a37aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37aeb


Comments

No comments written yet.

Please login to write comment.