Color Hex Logo

#a550bd Color Hex

#A550BD
(165,80,189)
0 Favorites   0 Comments

Color spaces of #a550bd

RGB 16580189
HSL0.800.450.53
HSV287°58°74°
CMYK 0.130.580.00   0.26
XYZ27.571017.410850.0516
Yxy17.41080.29010.1832
Hunter Lab41.726344.9246-41.9113
CIE-Lab48.773551.7885-42.6748

#a550bd color RGB value is (165,80,189).

#a550bd hex color red value is 165, green value is 80 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a550bd hue: 0.80 , saturation: 0.45 and the lightness value of a550bd is 0.53.

The process color (four color CMYK) of #a550bd color hex is 0.13, 0.58, 0.00, 0.26. Web safe color of #a550bd is #9966cc. Color #a550bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010000 10111101
Octal 245 120 275
Decimal 165 80 189
Hex A5 50 BD

RGB Percentages of Color #a550bd

%38.02
%18.43
%43.55

CMYK Percentages of Color #a550bd

%13
%58
%0
%26

Triadic Colors of #a550bd

#a550bd #bda550 #50bda5

Analogous Colors of #a550bd

#a550bd #bd509f #6f50bd

Monochromatic Colors of #a550bd

#a550bd

Complementary Color

#a550bd #68bd50

#a550bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a550bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a550bd Color CSS Codes

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

#a550bd Text Font Color

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

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


#a550bd Background Color

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

This div background color is #a550bd


#a550bd Border Color

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

This div border color is #a550bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a550bd


Comments

No comments written yet.

Please login to write comment.