Color Hex Logo

#a551da Color Hex

#A551DA
(165,81,218)
0 Favorites   0 Comments

Color spaces of #a551da

RGB 16581218
HSL0.770.650.59
HSV277°63°85°
CMYK 0.240.630.00   0.15
XYZ31.114418.946168.3467
Yxy18.94610.26280.1600
Hunter Lab43.527151.4243-62.6287
CIE-Lab50.624157.4238-56.3751

#a551da color RGB value is (165,81,218).

#a551da hex color red value is 165, green value is 81 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a551da hue: 0.77 , saturation: 0.65 and the lightness value of a551da is 0.59.

The process color (four color CMYK) of #a551da color hex is 0.24, 0.63, 0.00, 0.15. Web safe color of #a551da is #9966cc. Color #a551da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010001 11011010
Octal 245 121 332
Decimal 165 81 218
Hex A5 51 DA

RGB Percentages of Color #a551da

%35.56
%17.46
%46.98

CMYK Percentages of Color #a551da

%24
%63
%0
%15

Triadic Colors of #a551da

#a551da #daa551 #51daa5

Analogous Colors of #a551da

#a551da #da51cb #6151da

Monochromatic Colors of #a551da

#a551da

Complementary Color

#a551da #86da51

#a551da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a551da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a551da Color CSS Codes

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

#a551da Text Font Color

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

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


#a551da Background Color

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

This div background color is #a551da


#a551da Border Color

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

This div border color is #a551da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a551da


Comments

No comments written yet.

Please login to write comment.