Color Hex Logo

#a53cc3 Color Hex

#A53CC3
(165,60,195)
0 Favorites   0 Comments

Color spaces of #a53cc3

RGB 16560195
HSL0.800.530.50
HSV287°69°76°
CMYK 0.150.690.00   0.24
XYZ26.983215.171253.1359
Yxy15.17120.28320.1592
Hunter Lab38.950255.4950-53.6183
CIE-Lab45.867861.9442-50.7923

#a53cc3 color RGB value is (165,60,195).

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

The process color (four color CMYK) of #a53cc3 color hex is 0.15, 0.69, 0.00, 0.24. Web safe color of #a53cc3 is #9933cc. Color #a53cc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111100 11000011
Octal 245 74 303
Decimal 165 60 195
Hex A5 3C C3

RGB Percentages of Color #a53cc3

%39.29
%14.29
%46.43

CMYK Percentages of Color #a53cc3

%15
%69
%0
%24

Triadic Colors of #a53cc3

#a53cc3 #c3a53c #3cc3a5

Analogous Colors of #a53cc3

#a53cc3 #c33c9e #623cc3

Monochromatic Colors of #a53cc3

#a53cc3

Complementary Color

#a53cc3 #5ac33c

#a53cc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53cc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53cc3 Color CSS Codes

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

#a53cc3 Text Font Color

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

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


#a53cc3 Background Color

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

This div background color is #a53cc3


#a53cc3 Border Color

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

This div border color is #a53cc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53cc3


Comments

No comments written yet.

Please login to write comment.