Color Hex Logo

#a449db Color Hex

#A449DB
(164,73,219)
0 Favorites   0 Comments

Color spaces of #a449db

RGB 16473219
HSL0.770.670.57
HSV277°67°86°
CMYK 0.250.670.00   0.14
XYZ30.478617.772168.8418
Yxy17.77210.26030.1518
Hunter Lab42.157055.2770-67.3099
CIE-Lab49.218561.1190-59.2110

#a449db color RGB value is (164,73,219).

#a449db hex color red value is 164, green value is 73 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a449db hue: 0.77 , saturation: 0.67 and the lightness value of a449db is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001001 11011011
Octal 244 111 333
Decimal 164 73 219
Hex A4 49 DB

RGB Percentages of Color #a449db

%35.96
%16.01
%48.03

CMYK Percentages of Color #a449db

%25
%67
%0
%14

Triadic Colors of #a449db

#a449db #dba449 #49dba4

Analogous Colors of #a449db

#a449db #db49c9 #5b49db

Monochromatic Colors of #a449db

#a449db

Complementary Color

#a449db #80db49

#a449db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a449db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a449db Color CSS Codes

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

#a449db Text Font Color

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

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


#a449db Background Color

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

This div background color is #a449db


#a449db Border Color

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

This div border color is #a449db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a449db


Comments

No comments written yet.

Please login to write comment.