Color Hex Logo

#a04afb Color Hex

#A04AFB
(160,74,251)
0 Favorites   0 Comments

Color spaces of #a04afb

RGB 16074251
HSL0.750.960.64
HSV269°71°98°
CMYK 0.360.710.00   0.02
XYZ34.358619.336293.1881
Yxy19.33620.23390.1316
Hunter Lab43.972962.5197-94.8672
CIE-Lab51.078267.0492-74.2355

#a04afb color RGB value is (160,74,251).

#a04afb hex color red value is 160, green value is 74 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a04afb hue: 0.75 , saturation: 0.96 and the lightness value of a04afb is 0.64.

The process color (four color CMYK) of #a04afb color hex is 0.36, 0.71, 0.00, 0.02. Web safe color of #a04afb is #9933ff. Color #a04afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001010 11111011
Octal 240 112 373
Decimal 160 74 251
Hex A0 4A FB

RGB Percentages of Color #a04afb

%32.99
%15.26
%51.75

CMYK Percentages of Color #a04afb

%36
%71
%0
%2

Triadic Colors of #a04afb

#a04afb #fba04a #4afba0

Analogous Colors of #a04afb

#a04afb #f94afb #4a4dfb

Monochromatic Colors of #a04afb

#a04afb

Complementary Color

#a04afb #a5fb4a

#a04afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04afb Color CSS Codes

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

#a04afb Text Font Color

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

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


#a04afb Background Color

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

This div background color is #a04afb


#a04afb Border Color

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

This div border color is #a04afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,74,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a04afb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04afb


Comments

No comments written yet.

Please login to write comment.