Color Hex Logo

#a55eff Color Hex

#A55EFF
(165,94,255)
0 Favorites   0 Comments

Color spaces of #a55eff

RGB 16594255
HSL0.741.000.68
HSV266°63°100°
CMYK 0.350.630.00   0.00
XYZ37.569823.224797.1104
Yxy23.22470.23790.1471
Hunter Lab48.192054.8200-85.7392
CIE-Lab55.303059.6065-69.5790

#a55eff color RGB value is (165,94,255).

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

The process color (four color CMYK) of #a55eff color hex is 0.35, 0.63, 0.00, 0.00. Web safe color of #a55eff is #9966ff. Color #a55eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011110 11111111
Octal 245 136 377
Decimal 165 94 255
Hex A5 5E FF

RGB Percentages of Color #a55eff

%32.10
%18.29
%49.61

CMYK Percentages of Color #a55eff

%35
%63
%0
%0

Triadic Colors of #a55eff

#a55eff #ffa55e #5effa5

Analogous Colors of #a55eff

#a55eff #f65eff #5e68ff

Monochromatic Colors of #a55eff

#a55eff

Complementary Color

#a55eff #b8ff5e

#a55eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55eff Color CSS Codes

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

#a55eff Text Font Color

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

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


#a55eff Background Color

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

This div background color is #a55eff


#a55eff Border Color

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

This div border color is #a55eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,94,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 #a55eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55eff

Related Colors


Comments

No comments written yet.

Please login to write comment.