Color Hex Logo

#bb699d Color Hex

#BB699D
(187,105,157)
0 Favorites   0 Comments

Color spaces of #bb699d

RGB 187105157
HSL0.890.380.57
HSV322°44°73°
CMYK 0.000.440.16   0.27
XYZ31.630923.102334.6903
Yxy23.10230.35370.2583
Hunter Lab48.064933.3552-9.1465
CIE-Lab55.177639.6931-13.8786

#bb699d color RGB value is (187,105,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101001 10011101
Octal 273 151 235
Decimal 187 105 157
Hex BB 69 9D

RGB Percentages of Color #bb699d

%41.65
%23.39
%34.97

CMYK Percentages of Color #bb699d

%0
%44
%16
%27

Triadic Colors of #bb699d

#bb699d #9dbb69 #699dbb

Analogous Colors of #bb699d

#bb699d #bb6974 #b069bb

Monochromatic Colors of #bb699d

#bb699d

Complementary Color

#bb699d #69bb87

#bb699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb699d Color CSS Codes

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

#bb699d Text Font Color

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

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


#bb699d Background Color

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

This div background color is #bb699d


#bb699d Border Color

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

This div border color is #bb699d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb699d


Comments

No comments written yet.

Please login to write comment.