Color Hex Logo

#b391ab Color Hex

#B391AB
(179,145,171)
0 Favorites   0 Comments

Color spaces of #b391ab

RGB 179145171
HSL0.870.180.64
HSV314°19°70°
CMYK 0.000.190.04   0.30
XYZ36.066532.774842.9533
Yxy32.77480.32260.2932
Hunter Lab57.249312.2671-4.4099
CIE-Lab63.978117.2527-8.7882

#b391ab color RGB value is (179,145,171).

#b391ab hex color red value is 179, green value is 145 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b391ab hue: 0.87 , saturation: 0.18 and the lightness value of b391ab is 0.64.

The process color (four color CMYK) of #b391ab color hex is 0.00, 0.19, 0.04, 0.30. Web safe color of #b391ab is #cc9999. Color #b391ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010001 10101011
Octal 263 221 253
Decimal 179 145 171
Hex B3 91 AB

RGB Percentages of Color #b391ab

%36.16
%29.29
%34.55

CMYK Percentages of Color #b391ab

%0
%19
%4
%30

Triadic Colors of #b391ab

#b391ab #abb391 #91abb3

Analogous Colors of #b391ab

#b391ab #b3919a #aa91b3

Monochromatic Colors of #b391ab

#b391ab

Complementary Color

#b391ab #91b399

#b391ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b391ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b391ab Color CSS Codes

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

#b391ab Text Font Color

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

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


#b391ab Background Color

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

This div background color is #b391ab


#b391ab Border Color

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

This div border color is #b391ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b391ab


Comments

No comments written yet.

Please login to write comment.