Color Hex Logo

#b391ba Color Hex

#B391BA
(179,145,186)
0 Favorites   0 Comments

Color spaces of #b391ba

RGB 179145186
HSL0.800.230.65
HSV290°22°73°
CMYK 0.040.220.00   0.27
XYZ37.578733.379750.9167
Yxy33.37970.30830.2739
Hunter Lab57.775214.9952-11.8091
CIE-Lab64.467220.1348-16.5010

#b391ba color RGB value is (179,145,186).

#b391ba hex color red value is 179, green value is 145 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b391ba hue: 0.80 , saturation: 0.23 and the lightness value of b391ba is 0.65.

The process color (four color CMYK) of #b391ba color hex is 0.04, 0.22, 0.00, 0.27. Web safe color of #b391ba is #cc99cc. Color #b391ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010001 10111010
Octal 263 221 272
Decimal 179 145 186
Hex B3 91 BA

RGB Percentages of Color #b391ba

%35.10
%28.43
%36.47

CMYK Percentages of Color #b391ba

%4
%22
%0
%27

Triadic Colors of #b391ba

#b391ba #bab391 #91bab3

Analogous Colors of #b391ba

#b391ba #ba91ad #9f91ba

Monochromatic Colors of #b391ba

#b391ba

Complementary Color

#b391ba #98ba91

#b391ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b391ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b391ba Color CSS Codes

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

#b391ba Text Font Color

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

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


#b391ba Background Color

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

This div background color is #b391ba


#b391ba Border Color

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

This div border color is #b391ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b391ba


Comments

No comments written yet.

Please login to write comment.