Color Hex Logo

#a467be Color Hex

#A467BE
(164,103,190)
0 Favorites   0 Comments

Color spaces of #a467be

RGB 164103190
HSL0.780.400.57
HSV282°46°75°
CMYK 0.140.460.00   0.25
XYZ29.454421.310751.2762
Yxy21.31070.28870.2088
Hunter Lab46.163533.1049-33.5420
CIE-Lab53.287939.7014-36.1402

#a467be color RGB value is (164,103,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100111 10111110
Octal 244 147 276
Decimal 164 103 190
Hex A4 67 BE

RGB Percentages of Color #a467be

%35.89
%22.54
%41.58

CMYK Percentages of Color #a467be

%14
%46
%0
%25

Triadic Colors of #a467be

#a467be #bea467 #67bea4

Analogous Colors of #a467be

#a467be #be67ad #7967be

Monochromatic Colors of #a467be

#a467be

Complementary Color

#a467be #81be67

#a467be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a467be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a467be Color CSS Codes

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

#a467be Text Font Color

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

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


#a467be Background Color

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

This div background color is #a467be


#a467be Border Color

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

This div border color is #a467be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a467be


Comments

No comments written yet.

Please login to write comment.