Color Hex Logo

#a44aeb Color Hex

#A44AEB
(164,74,235)
0 Favorites   0 Comments

Color spaces of #a44aeb

RGB 16474235
HSL0.760.800.61
HSV274°69°92°
CMYK 0.300.690.00   0.08
XYZ32.754018.788280.4974
Yxy18.78820.24810.1423
Hunter Lab43.345459.0295-79.7667
CIE-Lab50.438564.1735-66.2948

#a44aeb color RGB value is (164,74,235).

#a44aeb hex color red value is 164, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a44aeb hue: 0.76 , saturation: 0.80 and the lightness value of a44aeb is 0.61.

The process color (four color CMYK) of #a44aeb color hex is 0.30, 0.69, 0.00, 0.08. Web safe color of #a44aeb is #9933ff. Color #a44aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001010 11101011
Octal 244 112 353
Decimal 164 74 235
Hex A4 4A EB

RGB Percentages of Color #a44aeb

%34.67
%15.64
%49.68

CMYK Percentages of Color #a44aeb

%30
%69
%0
%8

Triadic Colors of #a44aeb

#a44aeb #eba44a #4aeba4

Analogous Colors of #a44aeb

#a44aeb #eb4ae2 #544aeb

Monochromatic Colors of #a44aeb

#a44aeb

Complementary Color

#a44aeb #91eb4a

#a44aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44aeb Color CSS Codes

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

#a44aeb Text Font Color

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

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


#a44aeb Background Color

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

This div background color is #a44aeb


#a44aeb Border Color

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

This div border color is #a44aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44aeb


Comments

No comments written yet.

Please login to write comment.