Color Hex Logo

#b291ab Color Hex

#B291AB
(178,145,171)
0 Favorites   0 Comments

Color spaces of #b291ab

RGB 178145171
HSL0.870.180.63
HSV313°19°70°
CMYK 0.000.190.04   0.30
XYZ35.836232.656042.9426
Yxy32.65600.32160.2931
Hunter Lab57.145411.9338-4.5524
CIE-Lab63.881416.8976-8.9428

#b291ab color RGB value is (178,145,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010001 10101011
Octal 262 221 253
Decimal 178 145 171
Hex B2 91 AB

RGB Percentages of Color #b291ab

%36.03
%29.35
%34.62

CMYK Percentages of Color #b291ab

%0
%19
%4
%30

Triadic Colors of #b291ab

#b291ab #abb291 #91abb2

Analogous Colors of #b291ab

#b291ab #b2919b #a991b2

Monochromatic Colors of #b291ab

#b291ab

Complementary Color

#b291ab #91b298

#b291ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b291ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b291ab Color CSS Codes

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

#b291ab Text Font Color

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

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


#b291ab Background Color

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

This div background color is #b291ab


#b291ab Border Color

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

This div border color is #b291ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b291ab


Comments

No comments written yet.

Please login to write comment.