Color Hex Logo

#b05acb Color Hex

#B05ACB
(176,90,203)
0 Favorites   0 Comments

Color spaces of #b05acb

RGB 17690203
HSL0.790.520.57
HSV286°56°80°
CMYK 0.130.560.00   0.20
XYZ32.340220.854258.8207
Yxy20.85420.28870.1862
Hunter Lab45.666446.4946-44.4021
CIE-Lab52.789652.5571-44.2844

#b05acb color RGB value is (176,90,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011010 11001011
Octal 260 132 313
Decimal 176 90 203
Hex B0 5A CB

RGB Percentages of Color #b05acb

%37.53
%19.19
%43.28

CMYK Percentages of Color #b05acb

%13
%56
%0
%20

Triadic Colors of #b05acb

#b05acb #cbb05a #5acbb0

Analogous Colors of #b05acb

#b05acb #cb5aae #785acb

Monochromatic Colors of #b05acb

#b05acb

Complementary Color

#b05acb #75cb5a

#b05acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05acb Color CSS Codes

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

#b05acb Text Font Color

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

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


#b05acb Background Color

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

This div background color is #b05acb


#b05acb Border Color

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

This div border color is #b05acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05acb


Comments

No comments written yet.

Please login to write comment.