Color Hex Logo

#a155da Color Hex

#A155DA
(161,85,218)
0 Favorites   0 Comments

Color spaces of #a155da

RGB 16185218
HSL0.760.640.59
HSV274°61°85°
CMYK 0.260.610.00   0.15
XYZ30.601319.136068.4104
Yxy19.13600.25900.1620
Hunter Lab43.744748.3151-62.0997
CIE-Lab50.845954.5628-56.0457

#a155da color RGB value is (161,85,218).

#a155da hex color red value is 161, green value is 85 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a155da hue: 0.76 , saturation: 0.64 and the lightness value of a155da is 0.59.

The process color (four color CMYK) of #a155da color hex is 0.26, 0.61, 0.00, 0.15. Web safe color of #a155da is #9966cc. Color #a155da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010101 11011010
Octal 241 125 332
Decimal 161 85 218
Hex A1 55 DA

RGB Percentages of Color #a155da

%34.70
%18.32
%46.98

CMYK Percentages of Color #a155da

%26
%61
%0
%15

Triadic Colors of #a155da

#a155da #daa155 #55daa1

Analogous Colors of #a155da

#a155da #da55d1 #5f55da

Monochromatic Colors of #a155da

#a155da

Complementary Color

#a155da #8eda55

#a155da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a155da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a155da Color CSS Codes

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

#a155da Text Font Color

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

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


#a155da Background Color

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

This div background color is #a155da


#a155da Border Color

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

This div border color is #a155da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a155da


Comments

No comments written yet.

Please login to write comment.