Color Hex Logo

#a948bd Color Hex

#A948BD
(169,72,189)
0 Favorites   0 Comments

Color spaces of #a948bd

RGB 16972189
HSL0.800.470.51
HSV290°62°74°
CMYK 0.110.620.00   0.26
XYZ27.864916.743949.9074
Yxy16.74390.29480.1772
Hunter Lab40.919349.9447-43.6698
CIE-Lab47.935756.5717-43.9709

#a948bd color RGB value is (169,72,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001000 10111101
Octal 251 110 275
Decimal 169 72 189
Hex A9 48 BD

RGB Percentages of Color #a948bd

%39.30
%16.74
%43.95

CMYK Percentages of Color #a948bd

%11
%62
%0
%26

Triadic Colors of #a948bd

#a948bd #bda948 #48bda9

Analogous Colors of #a948bd

#a948bd #bd4897 #6f48bd

Monochromatic Colors of #a948bd

#a948bd

Complementary Color

#a948bd #5cbd48

#a948bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a948bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a948bd Color CSS Codes

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

#a948bd Text Font Color

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

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


#a948bd Background Color

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

This div background color is #a948bd


#a948bd Border Color

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

This div border color is #a948bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a948bd


Comments

No comments written yet.

Please login to write comment.