Color Hex Logo

#a44ceb Color Hex

#A44CEB
(164,76,235)
0 Favorites   0 Comments

Color spaces of #a44ceb

RGB 16476235
HSL0.760.800.61
HSV273°68°92°
CMYK 0.300.680.00   0.08
XYZ32.889719.059680.5426
Yxy19.05960.24820.1439
Hunter Lab43.657358.0746-78.8230
CIE-Lab50.756963.2846-65.7797

#a44ceb color RGB value is (164,76,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001100 11101011
Octal 244 114 353
Decimal 164 76 235
Hex A4 4C EB

RGB Percentages of Color #a44ceb

%34.53
%16.00
%49.47

CMYK Percentages of Color #a44ceb

%30
%68
%0
%8

Triadic Colors of #a44ceb

#a44ceb #eba44c #4ceba4

Analogous Colors of #a44ceb

#a44ceb #eb4ce3 #554ceb

Monochromatic Colors of #a44ceb

#a44ceb

Complementary Color

#a44ceb #93eb4c

#a44ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44ceb Color CSS Codes

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

#a44ceb Text Font Color

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

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


#a44ceb Background Color

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

This div background color is #a44ceb


#a44ceb Border Color

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

This div border color is #a44ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44ceb


Comments

No comments written yet.

Please login to write comment.