Color Hex Logo

#a164be Color Hex

#A164BE
(161,100,190)
0 Favorites   0 Comments

Color spaces of #a164be

RGB 161100190
HSL0.780.410.57
HSV281°47°75°
CMYK 0.150.470.00   0.25
XYZ28.549420.409151.1498
Yxy20.40910.28520.2039
Hunter Lab45.176433.7449-35.5060
CIE-Lab52.296640.4725-37.7213

#a164be color RGB value is (161,100,190).

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

The process color (four color CMYK) of #a164be color hex is 0.15, 0.47, 0.00, 0.25. Web safe color of #a164be is #9966cc. Color #a164be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100100 10111110
Octal 241 144 276
Decimal 161 100 190
Hex A1 64 BE

RGB Percentages of Color #a164be

%35.70
%22.17
%42.13

CMYK Percentages of Color #a164be

%15
%47
%0
%25

Triadic Colors of #a164be

#a164be #bea164 #64bea1

Analogous Colors of #a164be

#a164be #be64ae #7464be

Monochromatic Colors of #a164be

#a164be

Complementary Color

#a164be #81be64

#a164be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a164be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a164be Color CSS Codes

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

#a164be Text Font Color

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

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


#a164be Background Color

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

This div background color is #a164be


#a164be Border Color

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

This div border color is #a164be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a164be

#a164be Color Palettes


Comments

No comments written yet.

Please login to write comment.