Color Hex Logo

#a547db Color Hex

#A547DB
(165,71,219)
0 Favorites   0 Comments

Color spaces of #a547db

RGB 16571219
HSL0.770.670.57
HSV278°68°86°
CMYK 0.250.680.00   0.14
XYZ30.556517.620368.8084
Yxy17.62030.26120.1506
Hunter Lab41.976556.4788-67.8052
CIE-Lab49.032362.2130-59.5043

#a547db color RGB value is (165,71,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000111 11011011
Octal 245 107 333
Decimal 165 71 219
Hex A5 47 DB

RGB Percentages of Color #a547db

%36.26
%15.60
%48.13

CMYK Percentages of Color #a547db

%25
%68
%0
%14

Triadic Colors of #a547db

#a547db #dba547 #47dba5

Analogous Colors of #a547db

#a547db #db47c7 #5b47db

Monochromatic Colors of #a547db

#a547db

Complementary Color

#a547db #7ddb47

#a547db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a547db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a547db Color CSS Codes

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

#a547db Text Font Color

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

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


#a547db Background Color

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

This div background color is #a547db


#a547db Border Color

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

This div border color is #a547db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a547db


Comments

No comments written yet.

Please login to write comment.