Color Hex Logo

#a555e3 Color Hex

#A555E3
(165,85,227)
0 Favorites   0 Comments

Color spaces of #a555e3

RGB 16585227
HSL0.760.720.61
HSV274°63°89°
CMYK 0.270.630.00   0.11
XYZ32.630720.042474.8218
Yxy20.04240.25590.1572
Hunter Lab44.768751.7584-67.7530
CIE-Lab51.885157.4976-59.4464

#a555e3 color RGB value is (165,85,227).

#a555e3 hex color red value is 165, green value is 85 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #a555e3 hue: 0.76 , saturation: 0.72 and the lightness value of a555e3 is 0.61.

The process color (four color CMYK) of #a555e3 color hex is 0.27, 0.63, 0.00, 0.11. Web safe color of #a555e3 is #9966cc. Color #a555e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010101 11100011
Octal 245 125 343
Decimal 165 85 227
Hex A5 55 E3

RGB Percentages of Color #a555e3

%34.59
%17.82
%47.59

CMYK Percentages of Color #a555e3

%27
%63
%0
%11

Triadic Colors of #a555e3

#a555e3 #e3a555 #55e3a5

Analogous Colors of #a555e3

#a555e3 #e355da #5e55e3

Monochromatic Colors of #a555e3

#a555e3

Complementary Color

#a555e3 #93e355

#a555e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a555e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a555e3 Color CSS Codes

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

#a555e3 Text Font Color

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

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


#a555e3 Background Color

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

This div background color is #a555e3


#a555e3 Border Color

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

This div border color is #a555e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a555e3


Comments

No comments written yet.

Please login to write comment.