Color Hex Logo

#a467bf Color Hex

#A467BF
(164,103,191)
0 Favorites   0 Comments

Color spaces of #a467bf

RGB 164103191
HSL0.780.410.58
HSV282°46°75°
CMYK 0.140.460.00   0.25
XYZ29.564121.354651.8539
Yxy21.35460.28770.2078
Hunter Lab46.211033.3283-34.1822
CIE-Lab53.335439.9160-36.6404

#a467bf color RGB value is (164,103,191).

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

The process color (four color CMYK) of #a467bf color hex is 0.14, 0.46, 0.00, 0.25. Web safe color of #a467bf is #9966cc. Color #a467bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100111 10111111
Octal 244 147 277
Decimal 164 103 191
Hex A4 67 BF

RGB Percentages of Color #a467bf

%35.81
%22.49
%41.70

CMYK Percentages of Color #a467bf

%14
%46
%0
%25

Triadic Colors of #a467bf

#a467bf #bfa467 #67bfa4

Analogous Colors of #a467bf

#a467bf #bf67ae #7867bf

Monochromatic Colors of #a467bf

#a467bf

Complementary Color

#a467bf #82bf67

#a467bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a467bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a467bf Color CSS Codes

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

#a467bf Text Font Color

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

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


#a467bf Background Color

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

This div background color is #a467bf


#a467bf Border Color

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

This div border color is #a467bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,103,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a467bf


Comments

No comments written yet.

Please login to write comment.