Color Hex Logo

#a555ff Color Hex

#A555FF
(165,85,255)
0 Favorites   0 Comments

Color spaces of #a555ff

RGB 16585255
HSL0.751.000.67
HSV268°67°100°
CMYK 0.350.670.00   0.00
XYZ36.815521.716396.8590
Yxy21.71630.23690.1398
Hunter Lab46.600859.4672-90.6129
CIE-Lab53.724763.9373-72.1340

#a555ff color RGB value is (165,85,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010101 11111111
Octal 245 125 377
Decimal 165 85 255
Hex A5 55 FF

RGB Percentages of Color #a555ff

%32.67
%16.83
%50.50

CMYK Percentages of Color #a555ff

%35
%67
%0
%0

Triadic Colors of #a555ff

#a555ff #ffa555 #55ffa5

Analogous Colors of #a555ff

#a555ff #fa55ff #555aff

Monochromatic Colors of #a555ff

#a555ff

Complementary Color

#a555ff #afff55

#a555ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a555ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a555ff Color CSS Codes

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

#a555ff Text Font Color

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

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


#a555ff Background Color

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

This div background color is #a555ff


#a555ff Border Color

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

This div border color is #a555ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a555ff


Comments

No comments written yet.

Please login to write comment.