Color Hex Logo

#a444e6 Color Hex

#A444E6
(164,68,230)
0 Favorites   0 Comments

Color spaces of #a444e6

RGB 16468230
HSL0.770.760.58
HSV276°70°90°
CMYK 0.290.700.00   0.10
XYZ31.659917.739976.6184
Yxy17.73990.25120.1408
Hunter Lab42.118860.4673-78.3715
CIE-Lab49.179165.6544-65.5134

#a444e6 color RGB value is (164,68,230).

#a444e6 hex color red value is 164, green value is 68 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #a444e6 hue: 0.77 , saturation: 0.76 and the lightness value of a444e6 is 0.58.

The process color (four color CMYK) of #a444e6 color hex is 0.29, 0.70, 0.00, 0.10. Web safe color of #a444e6 is #9933ff. Color #a444e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000100 11100110
Octal 244 104 346
Decimal 164 68 230
Hex A4 44 E6

RGB Percentages of Color #a444e6

%35.50
%14.72
%49.78

CMYK Percentages of Color #a444e6

%29
%70
%0
%10

Triadic Colors of #a444e6

#a444e6 #e6a444 #44e6a4

Analogous Colors of #a444e6

#a444e6 #e644d7 #5344e6

Monochromatic Colors of #a444e6

#a444e6

Complementary Color

#a444e6 #86e644

#a444e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a444e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a444e6 Color CSS Codes

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

#a444e6 Text Font Color

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

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


#a444e6 Background Color

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

This div background color is #a444e6


#a444e6 Border Color

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

This div border color is #a444e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a444e6


Comments

No comments written yet.

Please login to write comment.