Color Hex Logo

#a03feb Color Hex

#A03FEB
(160,63,235)
0 Favorites   0 Comments

Color spaces of #a03feb

RGB 16063235
HSL0.760.810.58
HSV274°73°92°
CMYK 0.320.730.00   0.08
XYZ31.270117.026880.2356
Yxy17.02680.24330.1325
Hunter Lab41.263563.0586-86.4030
CIE-Lab48.293868.0421-69.7963

#a03feb color RGB value is (160,63,235).

#a03feb hex color red value is 160, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a03feb hue: 0.76 , saturation: 0.81 and the lightness value of a03feb is 0.58.

The process color (four color CMYK) of #a03feb color hex is 0.32, 0.73, 0.00, 0.08. Web safe color of #a03feb is #9933ff. Color #a03feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111111 11101011
Octal 240 77 353
Decimal 160 63 235
Hex A0 3F EB

RGB Percentages of Color #a03feb

%34.93
%13.76
%51.31

CMYK Percentages of Color #a03feb

%32
%73
%0
%8

Triadic Colors of #a03feb

#a03feb #eba03f #3feba0

Analogous Colors of #a03feb

#a03feb #eb3fe0 #4a3feb

Monochromatic Colors of #a03feb

#a03feb

Complementary Color

#a03feb #8aeb3f

#a03feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03feb Color CSS Codes

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

#a03feb Text Font Color

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

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


#a03feb Background Color

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

This div background color is #a03feb


#a03feb Border Color

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

This div border color is #a03feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03feb


Comments

No comments written yet.

Please login to write comment.