Color Hex Logo

#a548bd Color Hex

#A548BD
(165,72,189)
0 Favorites   0 Comments

Color spaces of #a548bd

RGB 16572189
HSL0.800.470.51
HSV288°62°74°
CMYK 0.130.620.00   0.26
XYZ27.019716.308249.8678
Yxy16.30820.28990.1750
Hunter Lab40.383448.7597-44.9464
CIE-Lab47.376355.5903-44.8947

#a548bd color RGB value is (165,72,189).

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

The process color (four color CMYK) of #a548bd color hex is 0.13, 0.62, 0.00, 0.26. Web safe color of #a548bd is #9933cc. Color #a548bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001000 10111101
Octal 245 110 275
Decimal 165 72 189
Hex A5 48 BD

RGB Percentages of Color #a548bd

%38.73
%16.90
%44.37

CMYK Percentages of Color #a548bd

%13
%62
%0
%26

Triadic Colors of #a548bd

#a548bd #bda548 #48bda5

Analogous Colors of #a548bd

#a548bd #bd489b #6b48bd

Monochromatic Colors of #a548bd

#a548bd

Complementary Color

#a548bd #60bd48

#a548bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a548bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a548bd Color CSS Codes

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

#a548bd Text Font Color

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

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


#a548bd Background Color

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

This div background color is #a548bd


#a548bd Border Color

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

This div border color is #a548bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a548bd


Comments

No comments written yet.

Please login to write comment.