Color Hex Logo

#a044fb Color Hex

#A044FB
(160,68,251)
0 Favorites   0 Comments

Color spaces of #a044fb

RGB 16068251
HSL0.750.960.63
HSV270°73°98°
CMYK 0.360.730.00   0.02
XYZ33.976918.572993.0609
Yxy18.57290.23330.1276
Hunter Lab43.096365.3100-97.8617
CIE-Lab50.183769.5810-75.6914

#a044fb color RGB value is (160,68,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000100 11111011
Octal 240 104 373
Decimal 160 68 251
Hex A0 44 FB

RGB Percentages of Color #a044fb

%33.40
%14.20
%52.40

CMYK Percentages of Color #a044fb

%36
%73
%0
%2

Triadic Colors of #a044fb

#a044fb #fba044 #44fba0

Analogous Colors of #a044fb

#a044fb #fb44fb #4444fb

Monochromatic Colors of #a044fb

#a044fb

Complementary Color

#a044fb #9ffb44

#a044fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a044fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a044fb Color CSS Codes

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

#a044fb Text Font Color

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

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


#a044fb Background Color

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

This div background color is #a044fb


#a044fb Border Color

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

This div border color is #a044fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a044fb

Related Colors


Comments

No comments written yet.

Please login to write comment.