Color Hex Logo

#b0669b Color Hex

#B0669B
(176,102,155)
0 Favorites   0 Comments

Color spaces of #b0669b

RGB 176102155
HSL0.880.320.55
HSV317°42°69°
CMYK 0.000.420.12   0.31
XYZ28.572321.099433.5770
Yxy21.09940.34320.2535
Hunter Lab45.934130.6474-11.1861
CIE-Lab53.058137.2798-16.0556

#b0669b color RGB value is (176,102,155).

#b0669b hex color red value is 176, green value is 102 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #b0669b hue: 0.88 , saturation: 0.32 and the lightness value of b0669b is 0.55.

The process color (four color CMYK) of #b0669b color hex is 0.00, 0.42, 0.12, 0.31. Web safe color of #b0669b is #996699. Color #b0669b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100110 10011011
Octal 260 146 233
Decimal 176 102 155
Hex B0 66 9B

RGB Percentages of Color #b0669b

%40.65
%23.56
%35.80

CMYK Percentages of Color #b0669b

%0
%42
%12
%31

Triadic Colors of #b0669b

#b0669b #9bb066 #669bb0

Analogous Colors of #b0669b

#b0669b #b06676 #a066b0

Monochromatic Colors of #b0669b

#b0669b

Complementary Color

#b0669b #66b07b

#b0669b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0669b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0669b Color CSS Codes

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

#b0669b Text Font Color

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

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


#b0669b Background Color

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

This div background color is #b0669b


#b0669b Border Color

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

This div border color is #b0669b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,102,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0669b


Comments

No comments written yet.

Please login to write comment.