Color Hex Logo

#bb697d Color Hex

#BB697D
(187,105,125)
0 Favorites   0 Comments

Color spaces of #bb697d

RGB 187105125
HSL0.960.380.57
HSV345°44°73°
CMYK 0.000.440.33   0.27
XYZ29.246822.148622.1357
Yxy22.14860.39770.3012
Hunter Lab47.062328.56965.0566
CIE-Lab54.184335.04063.4073

#bb697d color RGB value is (187,105,125).

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

The process color (four color CMYK) of #bb697d color hex is 0.00, 0.44, 0.33, 0.27. Web safe color of #bb697d is #cc6666. Color #bb697d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101001 01111101
Octal 273 151 175
Decimal 187 105 125
Hex BB 69 7D

RGB Percentages of Color #bb697d

%44.84
%25.18
%29.98

CMYK Percentages of Color #bb697d

%0
%44
%33
%27

Triadic Colors of #bb697d

#bb697d #7dbb69 #697dbb

Analogous Colors of #bb697d

#bb697d #bb7e69 #bb69a6

Monochromatic Colors of #bb697d

#bb697d

Complementary Color

#bb697d #69bba7

#bb697d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb697d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb697d Color CSS Codes

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

#bb697d Text Font Color

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

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


#bb697d Background Color

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

This div background color is #bb697d


#bb697d Border Color

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

This div border color is #bb697d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb697d


Comments

No comments written yet.

Please login to write comment.