Color Hex Logo

#a536e0 Color Hex

#A536E0
(165,54,224)
0 Favorites   0 Comments

Color spaces of #a536e0

RGB 16554224
HSL0.780.730.55
HSV279°76°88°
CMYK 0.260.760.00   0.12
XYZ30.290816.019572.0166
Yxy16.01950.25600.1354
Hunter Lab40.024465.0478-78.6646
CIE-Lab47.000169.9769-65.6351

#a536e0 color RGB value is (165,54,224).

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

The process color (four color CMYK) of #a536e0 color hex is 0.26, 0.76, 0.00, 0.12. Web safe color of #a536e0 is #9933cc. Color #a536e0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110110 11100000
Octal 245 66 340
Decimal 165 54 224
Hex A5 36 E0

RGB Percentages of Color #a536e0

%37.25
%12.19
%50.56

CMYK Percentages of Color #a536e0

%26
%76
%0
%12

Triadic Colors of #a536e0

#a536e0 #e0a536 #36e0a5

Analogous Colors of #a536e0

#a536e0 #e036c6 #5036e0

Monochromatic Colors of #a536e0

#a536e0

Complementary Color

#a536e0 #71e036

#a536e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a536e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a536e0 Color CSS Codes

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

#a536e0 Text Font Color

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

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


#a536e0 Background Color

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

This div background color is #a536e0


#a536e0 Border Color

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

This div border color is #a536e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a536e0


Comments

No comments written yet.

Please login to write comment.