Color Hex Logo

#a439db Color Hex

#A439DB
(164,57,219)
0 Favorites   0 Comments

Color spaces of #a439db

RGB 16457219
HSL0.780.690.54
HSV280°74°86°
CMYK 0.250.740.00   0.14
XYZ29.559215.933268.5353
Yxy15.93320.25920.1397
Hunter Lab39.916462.3304-73.8577
CIE-Lab46.886767.6934-62.9762

#a439db color RGB value is (164,57,219).

#a439db hex color red value is 164, green value is 57 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a439db hue: 0.78 , saturation: 0.69 and the lightness value of a439db is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111001 11011011
Octal 244 71 333
Decimal 164 57 219
Hex A4 39 DB

RGB Percentages of Color #a439db

%37.27
%12.95
%49.77

CMYK Percentages of Color #a439db

%25
%74
%0
%14

Triadic Colors of #a439db

#a439db #dba439 #39dba4

Analogous Colors of #a439db

#a439db #db39c1 #5339db

Monochromatic Colors of #a439db

#a439db

Complementary Color

#a439db #70db39

#a439db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a439db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a439db Color CSS Codes

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

#a439db Text Font Color

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

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


#a439db Background Color

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

This div background color is #a439db


#a439db Border Color

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

This div border color is #a439db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a439db


Comments

No comments written yet.

Please login to write comment.