Color Hex Logo

#a555e2 Color Hex

#A555E2
(165,85,226)
0 Favorites   0 Comments

Color spaces of #a555e2

RGB 16585226
HSL0.760.710.61
HSV274°62°89°
CMYK 0.270.620.00   0.11
XYZ32.493019.987374.0969
Yxy19.98730.25670.1579
Hunter Lab44.707251.4956-66.9712
CIE-Lab51.822857.2728-58.9819

#a555e2 color RGB value is (165,85,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010101 11100010
Octal 245 125 342
Decimal 165 85 226
Hex A5 55 E2

RGB Percentages of Color #a555e2

%34.66
%17.86
%47.48

CMYK Percentages of Color #a555e2

%27
%62
%0
%11

Triadic Colors of #a555e2

#a555e2 #e2a555 #55e2a5

Analogous Colors of #a555e2

#a555e2 #e255d9 #5f55e2

Monochromatic Colors of #a555e2

#a555e2

Complementary Color

#a555e2 #92e255

#a555e2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a555e2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a555e2 Color CSS Codes

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

#a555e2 Text Font Color

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

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


#a555e2 Background Color

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

This div background color is #a555e2


#a555e2 Border Color

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

This div border color is #a555e2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a555e2


Comments

No comments written yet.

Please login to write comment.