Color Hex Logo

#bb698a Color Hex

#BB698A
(187,105,138)
0 Favorites   0 Comments

Color spaces of #bb698a

RGB 187105138
HSL0.930.380.57
HSV336°44°73°
CMYK 0.000.440.26   0.27
XYZ30.132522.502926.8001
Yxy22.50290.37930.2833
Hunter Lab47.437230.3695-0.2904
CIE-Lab54.556636.8097-3.6905

#bb698a color RGB value is (187,105,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101001 10001010
Octal 273 151 212
Decimal 187 105 138
Hex BB 69 8A

RGB Percentages of Color #bb698a

%43.49
%24.42
%32.09

CMYK Percentages of Color #bb698a

%0
%44
%26
%27

Triadic Colors of #bb698a

#bb698a #8abb69 #698abb

Analogous Colors of #bb698a

#bb698a #bb7169 #bb69b3

Monochromatic Colors of #bb698a

#bb698a

Complementary Color

#bb698a #69bb9a

#bb698a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb698a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb698a Color CSS Codes

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

#bb698a Text Font Color

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

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


#bb698a Background Color

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

This div background color is #bb698a


#bb698a Border Color

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

This div border color is #bb698a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb698a


Comments

No comments written yet.

Please login to write comment.