Color Hex Logo

#a53cce Color Hex

#A53CCE
(165,60,206)
0 Favorites   0 Comments

Color spaces of #a53cce

RGB 16560206
HSL0.790.600.52
HSV283°71°81°
CMYK 0.200.710.00   0.19
XYZ28.273515.687359.9303
Yxy15.68730.27210.1510
Hunter Lab39.607258.1092-61.9876
CIE-Lab46.561564.1106-56.0403

#a53cce color RGB value is (165,60,206).

#a53cce hex color red value is 165, green value is 60 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a53cce hue: 0.79 , saturation: 0.60 and the lightness value of a53cce is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111100 11001110
Octal 245 74 316
Decimal 165 60 206
Hex A5 3C CE

RGB Percentages of Color #a53cce

%38.28
%13.92
%47.80

CMYK Percentages of Color #a53cce

%20
%71
%0
%19

Triadic Colors of #a53cce

#a53cce #cea53c #3ccea5

Analogous Colors of #a53cce

#a53cce #ce3cae #5c3cce

Monochromatic Colors of #a53cce

#a53cce

Complementary Color

#a53cce #65ce3c

#a53cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53cce Color CSS Codes

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

#a53cce Text Font Color

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

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


#a53cce Background Color

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

This div background color is #a53cce


#a53cce Border Color

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

This div border color is #a53cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53cce


Comments

No comments written yet.

Please login to write comment.