Color Hex Logo

#a44aff Color Hex

#A44AFF
(164,74,255)
0 Favorites   0 Comments

Color spaces of #a44aff

RGB 16474255
HSL0.751.000.65
HSV270°71°100°
CMYK 0.360.710.00   0.00
XYZ35.808620.010196.5827
Yxy20.01010.23500.1313
Hunter Lab44.732764.6076-96.7008
CIE-Lab51.848668.6702-75.1855

#a44aff color RGB value is (164,74,255).

#a44aff hex color red value is 164, green value is 74 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a44aff hue: 0.75 , saturation: 1.00 and the lightness value of a44aff is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001010 11111111
Octal 244 112 377
Decimal 164 74 255
Hex A4 4A FF

RGB Percentages of Color #a44aff

%33.27
%15.01
%51.72

CMYK Percentages of Color #a44aff

%36
%71
%0
%0

Triadic Colors of #a44aff

#a44aff #ffa44a #4affa4

Analogous Colors of #a44aff

#a44aff #ff4aff #4a4bff

Monochromatic Colors of #a44aff

#a44aff

Complementary Color

#a44aff #a5ff4a

#a44aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44aff Color CSS Codes

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

#a44aff Text Font Color

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

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


#a44aff Background Color

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

This div background color is #a44aff


#a44aff Border Color

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

This div border color is #a44aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44aff


Comments

No comments written yet.

Please login to write comment.