Color Hex Logo

#a53fdb Color Hex

#A53FDB
(165,63,219)
0 Favorites   0 Comments

Color spaces of #a53fdb

RGB 16563219
HSL0.780.680.55
HSV279°71°86°
CMYK 0.250.710.00   0.14
XYZ30.080716.668868.6498
Yxy16.66880.26070.1444
Hunter Lab40.827460.0666-71.1147
CIE-Lab47.840065.5651-61.4280

#a53fdb color RGB value is (165,63,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111111 11011011
Octal 245 77 333
Decimal 165 63 219
Hex A5 3F DB

RGB Percentages of Color #a53fdb

%36.91
%14.09
%48.99

CMYK Percentages of Color #a53fdb

%25
%71
%0
%14

Triadic Colors of #a53fdb

#a53fdb #dba53f #3fdba5

Analogous Colors of #a53fdb

#a53fdb #db3fc3 #573fdb

Monochromatic Colors of #a53fdb

#a53fdb

Complementary Color

#a53fdb #75db3f

#a53fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53fdb Color CSS Codes

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

#a53fdb Text Font Color

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

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


#a53fdb Background Color

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

This div background color is #a53fdb


#a53fdb Border Color

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

This div border color is #a53fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53fdb


Comments

No comments written yet.

Please login to write comment.