Color Hex Logo

#b591ba Color Hex

#B591BA
(181,145,186)
0 Favorites   0 Comments

Color spaces of #b591ba

RGB 181145186
HSL0.810.230.65
HSV293°22°73°
CMYK 0.030.220.00   0.27
XYZ38.044433.619750.9385
Yxy33.61970.31030.2742
Hunter Lab57.982515.6509-11.4994
CIE-Lab64.659620.8152-16.1914

#b591ba color RGB value is (181,145,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010001 10111010
Octal 265 221 272
Decimal 181 145 186
Hex B5 91 BA

RGB Percentages of Color #b591ba

%35.35
%28.32
%36.33

CMYK Percentages of Color #b591ba

%3
%22
%0
%27

Triadic Colors of #b591ba

#b591ba #bab591 #91bab5

Analogous Colors of #b591ba

#b591ba #ba91ab #a191ba

Monochromatic Colors of #b591ba

#b591ba

Complementary Color

#b591ba #96ba91

#b591ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b591ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b591ba Color CSS Codes

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

#b591ba Text Font Color

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

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


#b591ba Background Color

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

This div background color is #b591ba


#b591ba Border Color

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

This div border color is #b591ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b591ba


Comments

No comments written yet.

Please login to write comment.