Color Hex Logo

#a467bd Color Hex

#A467BD
(164,103,189)
0 Favorites   0 Comments

Color spaces of #a467bd

RGB 164103189
HSL0.780.390.57
HSV283°46°74°
CMYK 0.130.460.00   0.26
XYZ29.345421.267150.7024
Yxy21.26710.28960.2099
Hunter Lab46.116332.8824-32.9048
CIE-Lab53.240639.4873-35.6391

#a467bd color RGB value is (164,103,189).

#a467bd hex color red value is 164, green value is 103 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a467bd hue: 0.78 , saturation: 0.39 and the lightness value of a467bd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100111 10111101
Octal 244 147 275
Decimal 164 103 189
Hex A4 67 BD

RGB Percentages of Color #a467bd

%35.96
%22.59
%41.45

CMYK Percentages of Color #a467bd

%13
%46
%0
%26

Triadic Colors of #a467bd

#a467bd #bda467 #67bda4

Analogous Colors of #a467bd

#a467bd #bd67ab #7967bd

Monochromatic Colors of #a467bd

#a467bd

Complementary Color

#a467bd #80bd67

#a467bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a467bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a467bd Color CSS Codes

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

#a467bd Text Font Color

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

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


#a467bd Background Color

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

This div background color is #a467bd


#a467bd Border Color

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

This div border color is #a467bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a467bd


Comments

No comments written yet.

Please login to write comment.