Color Hex Logo

#a44eeb Color Hex

#A44EEB
(164,78,235)
0 Favorites   0 Comments

Color spaces of #a44eeb

RGB 16478235
HSL0.760.800.61
HSV273°67°92°
CMYK 0.300.670.00   0.08
XYZ33.029619.339580.5893
Yxy19.33950.24840.1455
Hunter Lab43.976757.1069-77.8679
CIE-Lab51.082162.3799-65.2540

#a44eeb color RGB value is (164,78,235).

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

The process color (four color CMYK) of #a44eeb color hex is 0.30, 0.67, 0.00, 0.08. Web safe color of #a44eeb is #9966ff. Color #a44eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001110 11101011
Octal 244 116 353
Decimal 164 78 235
Hex A4 4E EB

RGB Percentages of Color #a44eeb

%34.38
%16.35
%49.27

CMYK Percentages of Color #a44eeb

%30
%67
%0
%8

Triadic Colors of #a44eeb

#a44eeb #eba44e #4eeba4

Analogous Colors of #a44eeb

#a44eeb #eb4ee4 #554eeb

Monochromatic Colors of #a44eeb

#a44eeb

Complementary Color

#a44eeb #95eb4e

#a44eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44eeb Color CSS Codes

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

#a44eeb Text Font Color

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

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


#a44eeb Background Color

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

This div background color is #a44eeb


#a44eeb Border Color

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

This div border color is #a44eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,78,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 #a44eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44eeb


Comments

No comments written yet.

Please login to write comment.