Color Hex Logo

#a305eb Color Hex

#A305EB
(163,5,235)
0 Favorites   0 Comments

Color spaces of #a305eb

RGB 1635235
HSL0.780.960.47
HSV281°98°92°
CMYK 0.310.980.00   0.08
XYZ30.153913.893279.6896
Yxy13.89320.24370.1123
Hunter Lab37.273679.1757-100.6684
CIE-Lab44.079482.0508-76.6518

#a305eb color RGB value is (163,5,235).

#a305eb hex color red value is 163, green value is 5 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a305eb hue: 0.78 , saturation: 0.96 and the lightness value of a305eb is 0.47.

The process color (four color CMYK) of #a305eb color hex is 0.31, 0.98, 0.00, 0.08. Web safe color of #a305eb is #9900ff. Color #a305eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000101 11101011
Octal 243 5 353
Decimal 163 5 235
Hex A3 5 EB

RGB Percentages of Color #a305eb

%40.45
%1.24
%58.31

CMYK Percentages of Color #a305eb

%31
%98
%0
%8

Triadic Colors of #a305eb

#a305eb #eba305 #05eba3

Analogous Colors of #a305eb

#a305eb #eb05c0 #3005eb

Monochromatic Colors of #a305eb

#a305eb

Complementary Color

#a305eb #4deb05

#a305eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a305eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a305eb Color CSS Codes

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

#a305eb Text Font Color

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

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


#a305eb Background Color

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

This div background color is #a305eb


#a305eb Border Color

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

This div border color is #a305eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a305eb


Comments

No comments written yet.

Please login to write comment.