Color Hex Logo

#a534db Color Hex

#A534DB
(165,52,219)
0 Favorites   0 Comments

Color spaces of #a534db

RGB 16552219
HSL0.780.700.53
HSV281°76°86°
CMYK 0.250.760.00   0.14
XYZ29.531215.569868.4666
Yxy15.56980.26000.1371
Hunter Lab39.458664.5387-75.2561
CIE-Lab46.404969.6630-63.7495

#a534db color RGB value is (165,52,219).

#a534db hex color red value is 165, green value is 52 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a534db hue: 0.78 , saturation: 0.70 and the lightness value of a534db is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110100 11011011
Octal 245 64 333
Decimal 165 52 219
Hex A5 34 DB

RGB Percentages of Color #a534db

%37.84
%11.93
%50.23

CMYK Percentages of Color #a534db

%25
%76
%0
%14

Triadic Colors of #a534db

#a534db #dba534 #34dba5

Analogous Colors of #a534db

#a534db #db34be #5234db

Monochromatic Colors of #a534db

#a534db

Complementary Color

#a534db #6adb34

#a534db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a534db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a534db Color CSS Codes

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

#a534db Text Font Color

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

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


#a534db Background Color

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

This div background color is #a534db


#a534db Border Color

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

This div border color is #a534db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a534db


Comments

No comments written yet.

Please login to write comment.