Color Hex Logo

#a534e4 Color Hex

#A534E4
(165,52,228)
0 Favorites   0 Comments

Color spaces of #a534e4

RGB 16552228
HSL0.770.770.55
HSV279°77°89°
CMYK 0.280.770.00   0.11
XYZ30.748616.056874.8774
Yxy16.05680.25270.1320
Hunter Lab40.070966.8486-82.7409
CIE-Lab47.048971.4783-67.8284

#a534e4 color RGB value is (165,52,228).

#a534e4 hex color red value is 165, green value is 52 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #a534e4 hue: 0.77 , saturation: 0.77 and the lightness value of a534e4 is 0.55.

The process color (four color CMYK) of #a534e4 color hex is 0.28, 0.77, 0.00, 0.11. Web safe color of #a534e4 is #9933cc. Color #a534e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110100 11100100
Octal 245 64 344
Decimal 165 52 228
Hex A5 34 E4

RGB Percentages of Color #a534e4

%37.08
%11.69
%51.24

CMYK Percentages of Color #a534e4

%28
%77
%0
%11

Triadic Colors of #a534e4

#a534e4 #e4a534 #34e4a5

Analogous Colors of #a534e4

#a534e4 #e434cb #4d34e4

Monochromatic Colors of #a534e4

#a534e4

Complementary Color

#a534e4 #73e434

#a534e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a534e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a534e4 Color CSS Codes

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

#a534e4 Text Font Color

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

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


#a534e4 Background Color

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

This div background color is #a534e4


#a534e4 Border Color

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

This div border color is #a534e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a534e4


Comments

No comments written yet.

Please login to write comment.