Color Hex Logo

#a044af Color Hex

#A044AF
(160,68,175)
0 Favorites   0 Comments

Color spaces of #a044af

RGB 16068175
HSL0.810.440.48
HSV292°61°69°
CMYK 0.090.610.00   0.31
XYZ24.302214.703042.1145
Yxy14.70300.29960.1813
Hunter Lab38.344546.0279-38.2782
CIE-Lab45.224753.4509-40.1606

#a044af color RGB value is (160,68,175).

#a044af hex color red value is 160, green value is 68 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a044af hue: 0.81 , saturation: 0.44 and the lightness value of a044af is 0.48.

The process color (four color CMYK) of #a044af color hex is 0.09, 0.61, 0.00, 0.31. Web safe color of #a044af is #993399. Color #a044af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000100 10101111
Octal 240 104 257
Decimal 160 68 175
Hex A0 44 AF

RGB Percentages of Color #a044af

%39.70
%16.87
%43.42

CMYK Percentages of Color #a044af

%9
%61
%0
%31

Triadic Colors of #a044af

#a044af #afa044 #44afa0

Analogous Colors of #a044af

#a044af #af4489 #6b44af

Monochromatic Colors of #a044af

#a044af

Complementary Color

#a044af #53af44

#a044af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a044af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a044af Color CSS Codes

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

#a044af Text Font Color

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

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


#a044af Background Color

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

This div background color is #a044af


#a044af Border Color

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

This div border color is #a044af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a044af


Comments

No comments written yet.

Please login to write comment.