Color Hex Logo

#a373ea Color Hex

#A373EA
(163,115,234)
0 Favorites   0 Comments

Color spaces of #a373ea

RGB 163115234
HSL0.730.740.68
HSV264°51°92°
CMYK 0.300.510.00   0.08
XYZ36.086325.988580.9562
Yxy25.98850.25230.1817
Hunter Lab50.978937.1412-58.4692
CIE-Lab58.026142.9741-53.5556

#a373ea color RGB value is (163,115,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110011 11101010
Octal 243 163 352
Decimal 163 115 234
Hex A3 73 EA

RGB Percentages of Color #a373ea

%31.84
%22.46
%45.70

CMYK Percentages of Color #a373ea

%30
%51
%0
%8

Triadic Colors of #a373ea

#a373ea #eaa373 #73eaa3

Analogous Colors of #a373ea

#a373ea #df73ea #737fea

Monochromatic Colors of #a373ea

#a373ea

Complementary Color

#a373ea #baea73

#a373ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a373ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a373ea Color CSS Codes

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

#a373ea Text Font Color

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

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


#a373ea Background Color

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

This div background color is #a373ea


#a373ea Border Color

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

This div border color is #a373ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a373ea


Comments

No comments written yet.

Please login to write comment.