Color Hex Logo

#a044ee Color Hex

#A044EE
(160,68,238)
0 Favorites   0 Comments

Color spaces of #a044ee

RGB 16068238
HSL0.760.830.60
HSV272°71°93°
CMYK 0.330.710.00   0.07
XYZ31.996917.780982.6345
Yxy17.78090.24160.1343
Hunter Lab42.167461.6540-86.6721
CIE-Lab49.229366.6636-69.9661

#a044ee color RGB value is (160,68,238).

#a044ee hex color red value is 160, green value is 68 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a044ee hue: 0.76 , saturation: 0.83 and the lightness value of a044ee is 0.60.

The process color (four color CMYK) of #a044ee color hex is 0.33, 0.71, 0.00, 0.07. Web safe color of #a044ee is #9933ff. Color #a044ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000100 11101110
Octal 240 104 356
Decimal 160 68 238
Hex A0 44 EE

RGB Percentages of Color #a044ee

%34.33
%14.59
%51.07

CMYK Percentages of Color #a044ee

%33
%71
%0
%7

Triadic Colors of #a044ee

#a044ee #eea044 #44eea0

Analogous Colors of #a044ee

#a044ee #ee44e7 #4b44ee

Monochromatic Colors of #a044ee

#a044ee

Complementary Color

#a044ee #92ee44

#a044ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a044ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a044ee Color CSS Codes

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

#a044ee Text Font Color

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

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


#a044ee Background Color

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

This div background color is #a044ee


#a044ee Border Color

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

This div border color is #a044ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a044ee


Comments

No comments written yet.

Please login to write comment.