Color Hex Logo

#a53acb Color Hex

#A53ACB
(165,58,203)
0 Favorites   0 Comments

Color spaces of #a53acb

RGB 16558203
HSL0.790.580.51
HSV284°71°80°
CMYK 0.190.710.00   0.20
XYZ27.809615.337257.9946
Yxy15.33720.27500.1516
Hunter Lab39.162758.2187-60.3864
CIE-Lab46.092664.2962-55.0647

#a53acb color RGB value is (165,58,203).

#a53acb hex color red value is 165, green value is 58 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a53acb hue: 0.79 , saturation: 0.58 and the lightness value of a53acb is 0.51.

The process color (four color CMYK) of #a53acb color hex is 0.19, 0.71, 0.00, 0.20. Web safe color of #a53acb is #9933cc. Color #a53acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111010 11001011
Octal 245 72 313
Decimal 165 58 203
Hex A5 3A CB

RGB Percentages of Color #a53acb

%38.73
%13.62
%47.65

CMYK Percentages of Color #a53acb

%19
%71
%0
%20

Triadic Colors of #a53acb

#a53acb #cba53a #3acba5

Analogous Colors of #a53acb

#a53acb #cb3aa9 #5c3acb

Monochromatic Colors of #a53acb

#a53acb

Complementary Color

#a53acb #60cb3a

#a53acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53acb Color CSS Codes

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

#a53acb Text Font Color

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

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


#a53acb Background Color

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

This div background color is #a53acb


#a53acb Border Color

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

This div border color is #a53acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53acb


Comments

No comments written yet.

Please login to write comment.