Color Hex Logo

#b46bab Color Hex

#B46BAB
(180,107,171)
0 Favorites   0 Comments

Color spaces of #b46bab

RGB 180107171
HSL0.850.330.56
HSV307°41°71°
CMYK 0.000.410.05   0.29
XYZ31.430823.159041.3416
Yxy23.15900.32760.2414
Hunter Lab48.123832.3660-17.2475
CIE-Lab55.235738.7101-22.0033

#b46bab color RGB value is (180,107,171).

#b46bab hex color red value is 180, green value is 107 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b46bab hue: 0.85 , saturation: 0.33 and the lightness value of b46bab is 0.56.

The process color (four color CMYK) of #b46bab color hex is 0.00, 0.41, 0.05, 0.29. Web safe color of #b46bab is #cc6699. Color #b46bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101011 10101011
Octal 264 153 253
Decimal 180 107 171
Hex B4 6B AB

RGB Percentages of Color #b46bab

%39.30
%23.36
%37.34

CMYK Percentages of Color #b46bab

%0
%41
%5
%29

Triadic Colors of #b46bab

#b46bab #abb46b #6babb4

Analogous Colors of #b46bab

#b46bab #b46b87 #996bb4

Monochromatic Colors of #b46bab

#b46bab

Complementary Color

#b46bab #6bb474

#b46bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46bab Color CSS Codes

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

#b46bab Text Font Color

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

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


#b46bab Background Color

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

This div background color is #b46bab


#b46bab Border Color

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

This div border color is #b46bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46bab


Comments

No comments written yet.

Please login to write comment.