Color Hex Logo

#bb698b Color Hex

#BB698B
(187,105,139)
0 Favorites   0 Comments

Color spaces of #bb698b

RGB 187105139
HSL0.930.380.57
HSV335°44°73°
CMYK 0.000.440.26   0.27
XYZ30.205322.532027.1832
Yxy22.53200.37790.2819
Hunter Lab47.467930.5163-0.7258
CIE-Lab54.587036.9530-4.2325

#bb698b color RGB value is (187,105,139).

#bb698b hex color red value is 187, green value is 105 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bb698b hue: 0.93 , saturation: 0.38 and the lightness value of bb698b is 0.57.

The process color (four color CMYK) of #bb698b color hex is 0.00, 0.44, 0.26, 0.27. Web safe color of #bb698b is #cc6699. Color #bb698b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101001 10001011
Octal 273 151 213
Decimal 187 105 139
Hex BB 69 8B

RGB Percentages of Color #bb698b

%43.39
%24.36
%32.25

CMYK Percentages of Color #bb698b

%0
%44
%26
%27

Triadic Colors of #bb698b

#bb698b #8bbb69 #698bbb

Analogous Colors of #bb698b

#bb698b #bb7069 #bb69b4

Monochromatic Colors of #bb698b

#bb698b

Complementary Color

#bb698b #69bb99

#bb698b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb698b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb698b Color CSS Codes

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

#bb698b Text Font Color

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

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


#bb698b Background Color

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

This div background color is #bb698b


#bb698b Border Color

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

This div border color is #bb698b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb698b


Comments

No comments written yet.

Please login to write comment.