Color Hex Logo

#b46aba Color Hex

#B46ABA
(180,106,186)
0 Favorites   0 Comments

Color spaces of #b46aba

RGB 180106186
HSL0.820.370.57
HSV296°43°73°
CMYK 0.030.430.00   0.27
XYZ32.839423.556549.2704
Yxy23.55650.31080.2229
Hunter Lab48.535035.8390-26.2138
CIE-Lab55.641042.0533-30.0271

#b46aba color RGB value is (180,106,186).

#b46aba hex color red value is 180, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b46aba hue: 0.82 , saturation: 0.37 and the lightness value of b46aba is 0.57.

The process color (four color CMYK) of #b46aba color hex is 0.03, 0.43, 0.00, 0.27. Web safe color of #b46aba is #cc66cc. Color #b46aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101010 10111010
Octal 264 152 272
Decimal 180 106 186
Hex B4 6A BA

RGB Percentages of Color #b46aba

%38.14
%22.46
%39.41

CMYK Percentages of Color #b46aba

%3
%43
%0
%27

Triadic Colors of #b46aba

#b46aba #bab46a #6abab4

Analogous Colors of #b46aba

#b46aba #ba6a98 #8c6aba

Monochromatic Colors of #b46aba

#b46aba

Complementary Color

#b46aba #70ba6a

#b46aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46aba Color CSS Codes

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

#b46aba Text Font Color

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

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


#b46aba Background Color

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

This div background color is #b46aba


#b46aba Border Color

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

This div border color is #b46aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46aba


Comments

No comments written yet.

Please login to write comment.