Color Hex Logo

#a449bf Color Hex

#A449BF
(164,73,191)
0 Favorites   0 Comments

Color spaces of #a449bf

RGB 16473191
HSL0.800.480.52
HSV286°62°75°
CMYK 0.140.620.00   0.25
XYZ27.096416.419251.0313
Yxy16.41920.28660.1737
Hunter Lab40.520648.4531-46.3049
CIE-Lab47.519755.2827-45.8371

#a449bf color RGB value is (164,73,191).

#a449bf hex color red value is 164, green value is 73 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a449bf hue: 0.80 , saturation: 0.48 and the lightness value of a449bf is 0.52.

The process color (four color CMYK) of #a449bf color hex is 0.14, 0.62, 0.00, 0.25. Web safe color of #a449bf is #9933cc. Color #a449bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001001 10111111
Octal 244 111 277
Decimal 164 73 191
Hex A4 49 BF

RGB Percentages of Color #a449bf

%38.32
%17.06
%44.63

CMYK Percentages of Color #a449bf

%14
%62
%0
%25

Triadic Colors of #a449bf

#a449bf #bfa449 #49bfa4

Analogous Colors of #a449bf

#a449bf #bf499f #6949bf

Monochromatic Colors of #a449bf

#a449bf

Complementary Color

#a449bf #64bf49

#a449bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a449bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a449bf Color CSS Codes

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

#a449bf Text Font Color

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

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


#a449bf Background Color

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

This div background color is #a449bf


#a449bf Border Color

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

This div border color is #a449bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a449bf


Comments

No comments written yet.

Please login to write comment.