Color Hex Logo

#a53abd Color Hex

#A53ABD
(165,58,189)
0 Favorites   0 Comments

Color spaces of #a53abd

RGB 16558189
HSL0.800.530.48
HSV289°69°74°
CMYK 0.130.690.00   0.26
XYZ26.215414.699649.5997
Yxy14.69960.28960.1624
Hunter Lab38.340154.9561-49.8641
CIE-Lab45.220061.5896-48.3357

#a53abd color RGB value is (165,58,189).

#a53abd hex color red value is 165, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a53abd hue: 0.80 , saturation: 0.53 and the lightness value of a53abd is 0.48.

The process color (four color CMYK) of #a53abd color hex is 0.13, 0.69, 0.00, 0.26. Web safe color of #a53abd is #9933cc. Color #a53abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111010 10111101
Octal 245 72 275
Decimal 165 58 189
Hex A5 3A BD

RGB Percentages of Color #a53abd

%40.05
%14.08
%45.87

CMYK Percentages of Color #a53abd

%13
%69
%0
%26

Triadic Colors of #a53abd

#a53abd #bda53a #3abda5

Analogous Colors of #a53abd

#a53abd #bd3a94 #643abd

Monochromatic Colors of #a53abd

#a53abd

Complementary Color

#a53abd #52bd3a

#a53abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53abd Color CSS Codes

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

#a53abd Text Font Color

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

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


#a53abd Background Color

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

This div background color is #a53abd


#a53abd Border Color

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

This div border color is #a53abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,58,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a53abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53abd


Comments

No comments written yet.

Please login to write comment.