Color Hex Logo

#bb747d Color Hex

#BB747D
(187,116,125)
0 Favorites   0 Comments

Color spaces of #bb747d

RGB 187116125
HSL0.980.340.59
HSV352°38°73°
CMYK 0.000.380.33   0.27
XYZ30.440624.536222.5336
Yxy24.53620.39270.3166
Hunter Lab49.534023.01077.7021
CIE-Lab56.620729.07076.9075

#bb747d color RGB value is (187,116,125).

#bb747d hex color red value is 187, green value is 116 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bb747d hue: 0.98 , saturation: 0.34 and the lightness value of bb747d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 01111101
Octal 273 164 175
Decimal 187 116 125
Hex BB 74 7D

RGB Percentages of Color #bb747d

%43.69
%27.10
%29.21

CMYK Percentages of Color #bb747d

%0
%38
%33
%27

Triadic Colors of #bb747d

#bb747d #7dbb74 #747dbb

Analogous Colors of #bb747d

#bb747d #bb8f74 #bb74a1

Monochromatic Colors of #bb747d

#bb747d

Complementary Color

#bb747d #74bbb2

#bb747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb747d Color CSS Codes

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

#bb747d Text Font Color

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

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


#bb747d Background Color

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

This div background color is #bb747d


#bb747d Border Color

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

This div border color is #bb747d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,116,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 #bb747d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb747d


Comments

No comments written yet.

Please login to write comment.