Color Hex Logo

#a44bfa Color Hex

#A44BFA
(164,75,250)
0 Favorites   0 Comments

Color spaces of #a44bfa

RGB 16475250
HSL0.750.950.64
HSV271°70°98°
CMYK 0.340.700.00   0.02
XYZ35.081219.826892.4204
Yxy19.82680.23810.1346
Hunter Lab44.527362.7099-91.8926
CIE-Lab51.640867.1040-72.7427

#a44bfa color RGB value is (164,75,250).

#a44bfa hex color red value is 164, green value is 75 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a44bfa hue: 0.75 , saturation: 0.95 and the lightness value of a44bfa is 0.64.

The process color (four color CMYK) of #a44bfa color hex is 0.34, 0.70, 0.00, 0.02. Web safe color of #a44bfa is #9933ff. Color #a44bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001011 11111010
Octal 244 113 372
Decimal 164 75 250
Hex A4 4B FA

RGB Percentages of Color #a44bfa

%33.54
%15.34
%51.12

CMYK Percentages of Color #a44bfa

%34
%70
%0
%2

Triadic Colors of #a44bfa

#a44bfa #faa44b #4bfaa4

Analogous Colors of #a44bfa

#a44bfa #fa4bf9 #4d4bfa

Monochromatic Colors of #a44bfa

#a44bfa

Complementary Color

#a44bfa #a1fa4b

#a44bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44bfa Color CSS Codes

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

#a44bfa Text Font Color

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

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


#a44bfa Background Color

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

This div background color is #a44bfa


#a44bfa Border Color

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

This div border color is #a44bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44bfa


Comments

No comments written yet.

Please login to write comment.