Color Hex Logo

#b464aa Color Hex

#B464AA
(180,100,170)
0 Favorites   0 Comments

Color spaces of #b464aa

RGB 180100170
HSL0.850.350.55
HSV308°44°71°
CMYK 0.000.440.06   0.29
XYZ30.635321.719940.6079
Yxy21.71990.32950.2336
Hunter Lab46.604635.7780-19.0378
CIE-Lab53.728542.2647-23.7400

#b464aa color RGB value is (180,100,170).

#b464aa hex color red value is 180, green value is 100 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b464aa hue: 0.85 , saturation: 0.35 and the lightness value of b464aa is 0.55.

The process color (four color CMYK) of #b464aa color hex is 0.00, 0.44, 0.06, 0.29. Web safe color of #b464aa is #cc6699. Color #b464aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100100 10101010
Octal 264 144 252
Decimal 180 100 170
Hex B4 64 AA

RGB Percentages of Color #b464aa

%40.00
%22.22
%37.78

CMYK Percentages of Color #b464aa

%0
%44
%6
%29

Triadic Colors of #b464aa

#b464aa #aab464 #64aab4

Analogous Colors of #b464aa

#b464aa #b46482 #9664b4

Monochromatic Colors of #b464aa

#b464aa

Complementary Color

#b464aa #64b46e

#b464aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b464aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b464aa Color CSS Codes

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

#b464aa Text Font Color

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

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


#b464aa Background Color

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

This div background color is #b464aa


#b464aa Border Color

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

This div border color is #b464aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,100,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b464aa


Comments

No comments written yet.

Please login to write comment.