Color Hex Logo

#b58bcb Color Hex

#B58BCB
(181,139,203)
0 Favorites   0 Comments

Color spaces of #b58bcb

RGB 181139203
HSL0.780.380.67
HSV279°32°80°
CMYK 0.110.320.00   0.20
XYZ39.068232.600860.7334
Yxy32.60080.29510.2462
Hunter Lab57.097122.2171-23.0980
CIE-Lab63.836427.6398-26.9850

#b58bcb color RGB value is (181,139,203).

#b58bcb hex color red value is 181, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b58bcb hue: 0.78 , saturation: 0.38 and the lightness value of b58bcb is 0.67.

The process color (four color CMYK) of #b58bcb color hex is 0.11, 0.32, 0.00, 0.20. Web safe color of #b58bcb is #cc99cc. Color #b58bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001011 11001011
Octal 265 213 313
Decimal 181 139 203
Hex B5 8B CB

RGB Percentages of Color #b58bcb

%34.61
%26.58
%38.81

CMYK Percentages of Color #b58bcb

%11
%32
%0
%20

Triadic Colors of #b58bcb

#b58bcb #cbb58b #8bcbb5

Analogous Colors of #b58bcb

#b58bcb #cb8bc1 #958bcb

Monochromatic Colors of #b58bcb

#b58bcb

Complementary Color

#b58bcb #a1cb8b

#b58bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58bcb Color CSS Codes

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

#b58bcb Text Font Color

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

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


#b58bcb Background Color

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

This div background color is #b58bcb


#b58bcb Border Color

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

This div border color is #b58bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,139,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b58bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58bcb


Comments

No comments written yet.

Please login to write comment.