Color Hex Logo

#a465bb Color Hex

#A465BB
(164,101,187)
0 Favorites   0 Comments

Color spaces of #a465bb

RGB 164101187
HSL0.790.390.56
HSV284°46°73°
CMYK 0.120.460.00   0.27
XYZ28.933220.787749.5012
Yxy20.78770.29160.2095
Hunter Lab45.593533.4856-32.4561
CIE-Lab52.716440.1572-35.3090

#a465bb color RGB value is (164,101,187).

#a465bb hex color red value is 164, green value is 101 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a465bb hue: 0.79 , saturation: 0.39 and the lightness value of a465bb is 0.56.

The process color (four color CMYK) of #a465bb color hex is 0.12, 0.46, 0.00, 0.27. Web safe color of #a465bb is #9966cc. Color #a465bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100101 10111011
Octal 244 145 273
Decimal 164 101 187
Hex A4 65 BB

RGB Percentages of Color #a465bb

%36.28
%22.35
%41.37

CMYK Percentages of Color #a465bb

%12
%46
%0
%27

Triadic Colors of #a465bb

#a465bb #bba465 #65bba4

Analogous Colors of #a465bb

#a465bb #bb65a7 #7965bb

Monochromatic Colors of #a465bb

#a465bb

Complementary Color

#a465bb #7cbb65

#a465bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a465bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a465bb Color CSS Codes

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

#a465bb Text Font Color

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

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


#a465bb Background Color

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

This div background color is #a465bb


#a465bb Border Color

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

This div border color is #a465bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a465bb


Comments

No comments written yet.

Please login to write comment.