Color Hex Logo

#b05bcb Color Hex

#B05BCB
(176,91,203)
0 Favorites   0 Comments

Color spaces of #b05bcb

RGB 17691203
HSL0.790.520.58
HSV286°55°80°
CMYK 0.130.550.00   0.20
XYZ32.425121.024158.8490
Yxy21.02410.28870.1872
Hunter Lab45.852045.9884-43.9996
CIE-Lab52.975952.0592-43.9893

#b05bcb color RGB value is (176,91,203).

#b05bcb hex color red value is 176, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b05bcb hue: 0.79 , saturation: 0.52 and the lightness value of b05bcb is 0.58.

The process color (four color CMYK) of #b05bcb color hex is 0.13, 0.55, 0.00, 0.20. Web safe color of #b05bcb is #9966cc. Color #b05bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011011 11001011
Octal 260 133 313
Decimal 176 91 203
Hex B0 5B CB

RGB Percentages of Color #b05bcb

%37.45
%19.36
%43.19

CMYK Percentages of Color #b05bcb

%13
%55
%0
%20

Triadic Colors of #b05bcb

#b05bcb #cbb05b #5bcbb0

Analogous Colors of #b05bcb

#b05bcb #cb5bae #785bcb

Monochromatic Colors of #b05bcb

#b05bcb

Complementary Color

#b05bcb #76cb5b

#b05bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05bcb Color CSS Codes

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

#b05bcb Text Font Color

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

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


#b05bcb Background Color

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

This div background color is #b05bcb


#b05bcb Border Color

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

This div border color is #b05bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05bcb


Comments

No comments written yet.

Please login to write comment.