Color Hex Logo

#a04beb Color Hex

#A04BEB
(160,75,235)
0 Favorites   0 Comments

Color spaces of #a04beb

RGB 16075235
HSL0.760.800.61
HSV272°68°92°
CMYK 0.320.680.00   0.08
XYZ32.008718.503980.4818
Yxy18.50390.24440.1413
Hunter Lab43.016257.5451-80.8183
CIE-Lab50.101762.9460-66.8638

#a04beb color RGB value is (160,75,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001011 11101011
Octal 240 113 353
Decimal 160 75 235
Hex A0 4B EB

RGB Percentages of Color #a04beb

%34.04
%15.96
%50.00

CMYK Percentages of Color #a04beb

%32
%68
%0
%8

Triadic Colors of #a04beb

#a04beb #eba04b #4beba0

Analogous Colors of #a04beb

#a04beb #eb4be6 #504beb

Monochromatic Colors of #a04beb

#a04beb

Complementary Color

#a04beb #96eb4b

#a04beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04beb Color CSS Codes

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

#a04beb Text Font Color

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

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


#a04beb Background Color

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

This div background color is #a04beb


#a04beb Border Color

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

This div border color is #a04beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04beb


Comments

No comments written yet.

Please login to write comment.