Color Hex Logo

#a449fb Color Hex

#A449FB
(164,73,251)
0 Favorites   0 Comments

Color spaces of #a449fb

RGB 16473251
HSL0.750.960.64
HSV271°71°98°
CMYK 0.350.710.00   0.02
XYZ35.105019.622693.2041
Yxy19.62260.23730.1326
Hunter Lab44.297463.9380-93.7411
CIE-Lab51.407868.1894-73.6782

#a449fb color RGB value is (164,73,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001001 11111011
Octal 244 111 373
Decimal 164 73 251
Hex A4 49 FB

RGB Percentages of Color #a449fb

%33.61
%14.96
%51.43

CMYK Percentages of Color #a449fb

%35
%71
%0
%2

Triadic Colors of #a449fb

#a449fb #fba449 #49fba4

Analogous Colors of #a449fb

#a449fb #fb49f9 #4b49fb

Monochromatic Colors of #a449fb

#a449fb

Complementary Color

#a449fb #a0fb49

#a449fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a449fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a449fb Color CSS Codes

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

#a449fb Text Font Color

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

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


#a449fb Background Color

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

This div background color is #a449fb


#a449fb Border Color

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

This div border color is #a449fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a449fb


Comments

No comments written yet.

Please login to write comment.