Color Hex Logo

#b946ab Color Hex

#B946AB
(185,70,171)
0 Favorites   0 Comments

Color spaces of #b946ab

RGB 18570171
HSL0.850.450.50
HSV307°62°73°
CMYK 0.000.620.08   0.27
XYZ29.548417.634940.3746
Yxy17.63490.33750.2014
Hunter Lab41.993952.1095-27.6080
CIE-Lab49.050358.3266-31.5298

#b946ab color RGB value is (185,70,171).

#b946ab hex color red value is 185, green value is 70 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b946ab hue: 0.85 , saturation: 0.45 and the lightness value of b946ab is 0.50.

The process color (four color CMYK) of #b946ab color hex is 0.00, 0.62, 0.08, 0.27. Web safe color of #b946ab is #cc3399. Color #b946ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000110 10101011
Octal 271 106 253
Decimal 185 70 171
Hex B9 46 AB

RGB Percentages of Color #b946ab

%43.43
%16.43
%40.14

CMYK Percentages of Color #b946ab

%0
%62
%8
%27

Triadic Colors of #b946ab

#b946ab #abb946 #46abb9

Analogous Colors of #b946ab

#b946ab #b94672 #8e46b9

Monochromatic Colors of #b946ab

#b946ab

Complementary Color

#b946ab #46b954

#b946ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b946ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b946ab Color CSS Codes

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

#b946ab Text Font Color

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

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


#b946ab Background Color

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

This div background color is #b946ab


#b946ab Border Color

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

This div border color is #b946ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b946ab


Comments

No comments written yet.

Please login to write comment.