Color Hex Logo

#a03beb Color Hex

#A03BEB
(160,59,235)
0 Favorites   0 Comments

Color spaces of #a03beb

RGB 16059235
HSL0.760.810.58
HSV274°75°92°
CMYK 0.320.750.00   0.08
XYZ31.056616.599780.1645
Yxy16.59970.24300.1299
Hunter Lab40.742764.7638-88.1378
CIE-Lab47.751669.5915-70.6777

#a03beb color RGB value is (160,59,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111011 11101011
Octal 240 73 353
Decimal 160 59 235
Hex A0 3B EB

RGB Percentages of Color #a03beb

%35.24
%13.00
%51.76

CMYK Percentages of Color #a03beb

%32
%75
%0
%8

Triadic Colors of #a03beb

#a03beb #eba03b #3beba0

Analogous Colors of #a03beb

#a03beb #eb3bde #483beb

Monochromatic Colors of #a03beb

#a03beb

Complementary Color

#a03beb #86eb3b

#a03beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03beb Color CSS Codes

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

#a03beb Text Font Color

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

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


#a03beb Background Color

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

This div background color is #a03beb


#a03beb Border Color

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

This div border color is #a03beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03beb


Comments

No comments written yet.

Please login to write comment.