Color Hex Logo

#a536db Color Hex

#A536DB
(165,54,219)
0 Favorites   0 Comments

Color spaces of #a536db

RGB 16554219
HSL0.780.700.54
HSV280°75°86°
CMYK 0.250.750.00   0.14
XYZ29.622415.752168.4970
Yxy15.75210.26010.1383
Hunter Lab39.688963.7705-74.5432
CIE-Lab46.647668.9655-63.3566

#a536db color RGB value is (165,54,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110110 11011011
Octal 245 66 333
Decimal 165 54 219
Hex A5 36 DB

RGB Percentages of Color #a536db

%37.67
%12.33
%50.00

CMYK Percentages of Color #a536db

%25
%75
%0
%14

Triadic Colors of #a536db

#a536db #dba536 #36dba5

Analogous Colors of #a536db

#a536db #db36bf #5336db

Monochromatic Colors of #a536db

#a536db

Complementary Color

#a536db #6cdb36

#a536db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a536db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a536db Color CSS Codes

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

#a536db Text Font Color

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

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


#a536db Background Color

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

This div background color is #a536db


#a536db Border Color

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

This div border color is #a536db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a536db


Comments

No comments written yet.

Please login to write comment.