Color Hex Logo

#b468aa Color Hex

#B468AA
(180,104,170)
0 Favorites   0 Comments

Color spaces of #b468aa

RGB 180104170
HSL0.860.340.56
HSV308°42°71°
CMYK 0.000.420.06   0.29
XYZ31.028422.506240.7390
Yxy22.50620.32910.2387
Hunter Lab47.440733.7260-17.7059
CIE-Lab54.560040.1408-22.4612

#b468aa color RGB value is (180,104,170).

#b468aa hex color red value is 180, green value is 104 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b468aa hue: 0.86 , saturation: 0.34 and the lightness value of b468aa is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 10101010
Octal 264 150 252
Decimal 180 104 170
Hex B4 68 AA

RGB Percentages of Color #b468aa

%39.65
%22.91
%37.44

CMYK Percentages of Color #b468aa

%0
%42
%6
%29

Triadic Colors of #b468aa

#b468aa #aab468 #68aab4

Analogous Colors of #b468aa

#b468aa #b46884 #9868b4

Monochromatic Colors of #b468aa

#b468aa

Complementary Color

#b468aa #68b472

#b468aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b468aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b468aa Color CSS Codes

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

#b468aa Text Font Color

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

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


#b468aa Background Color

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

This div background color is #b468aa


#b468aa Border Color

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

This div border color is #b468aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b468aa


Comments

No comments written yet.

Please login to write comment.