Color Hex Logo

#a534ff Color Hex

#A534FF
(165,52,255)
0 Favorites   0 Comments

Color spaces of #a534ff

RGB 16552255
HSL0.761.000.60
HSV273°80°100°
CMYK 0.350.800.00   0.00
XYZ34.795017.675396.1855
Yxy17.67530.23410.1189
Hunter Lab42.042074.1575-106.2168
CIE-Lab49.099977.0783-79.6610

#a534ff color RGB value is (165,52,255).

#a534ff hex color red value is 165, green value is 52 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a534ff hue: 0.76 , saturation: 1.00 and the lightness value of a534ff is 0.60.

The process color (four color CMYK) of #a534ff color hex is 0.35, 0.80, 0.00, 0.00. Web safe color of #a534ff is #9933ff. Color #a534ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110100 11111111
Octal 245 64 377
Decimal 165 52 255
Hex A5 34 FF

RGB Percentages of Color #a534ff

%34.96
%11.02
%54.03

CMYK Percentages of Color #a534ff

%35
%80
%0
%0

Triadic Colors of #a534ff

#a534ff #ffa534 #34ffa5

Analogous Colors of #a534ff

#a534ff #ff34f4 #3f34ff

Monochromatic Colors of #a534ff

#a534ff

Complementary Color

#a534ff #8eff34

#a534ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a534ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a534ff Color CSS Codes

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

#a534ff Text Font Color

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

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


#a534ff Background Color

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

This div background color is #a534ff


#a534ff Border Color

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

This div border color is #a534ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a534ff


Comments

No comments written yet.

Please login to write comment.