Color Hex Logo

#a373eb Color Hex

#A373EB
(163,115,235)
1 Favorites   0 Comments

Color spaces of #a373eb

RGB 163115235
HSL0.730.750.69
HSV264°51°92°
CMYK 0.310.510.00   0.08
XYZ36.230426.046281.7151
Yxy26.04620.25160.1809
Hunter Lab51.035537.4062-59.2069
CIE-Lab58.080943.2195-54.0256

#a373eb color RGB value is (163,115,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110011 11101011
Octal 243 163 353
Decimal 163 115 235
Hex A3 73 EB

RGB Percentages of Color #a373eb

%31.77
%22.42
%45.81

CMYK Percentages of Color #a373eb

%31
%51
%0
%8

Triadic Colors of #a373eb

#a373eb #eba373 #73eba3

Analogous Colors of #a373eb

#a373eb #df73eb #737feb

Monochromatic Colors of #a373eb

#a373eb

Complementary Color

#a373eb #bbeb73

#a373eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a373eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a373eb Color CSS Codes

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

#a373eb Text Font Color

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

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


#a373eb Background Color

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

This div background color is #a373eb


#a373eb Border Color

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

This div border color is #a373eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a373eb


Comments

No comments written yet.

Please login to write comment.