Color Hex Logo

#a546db Color Hex

#A546DB
(165,70,219)
0 Favorites   0 Comments

Color spaces of #a546db

RGB 16570219
HSL0.770.670.57
HSV278°68°86°
CMYK 0.250.680.00   0.14
XYZ30.493417.494168.7874
Yxy17.49410.26110.1498
Hunter Lab41.825956.9408-68.2308
CIE-Lab48.876762.6478-59.7551

#a546db color RGB value is (165,70,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000110 11011011
Octal 245 106 333
Decimal 165 70 219
Hex A5 46 DB

RGB Percentages of Color #a546db

%36.34
%15.42
%48.24

CMYK Percentages of Color #a546db

%25
%68
%0
%14

Triadic Colors of #a546db

#a546db #dba546 #46dba5

Analogous Colors of #a546db

#a546db #db46c7 #5a46db

Monochromatic Colors of #a546db

#a546db

Complementary Color

#a546db #7cdb46

#a546db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a546db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a546db Color CSS Codes

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

#a546db Text Font Color

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

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


#a546db Background Color

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

This div background color is #a546db


#a546db Border Color

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

This div border color is #a546db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a546db


Comments

No comments written yet.

Please login to write comment.