Color Hex Logo

#bb748d Color Hex

#BB748D
(187,116,141)
0 Favorites   0 Comments

Color spaces of #bb748d

RGB 187116141
HSL0.940.340.59
HSV339°38°73°
CMYK 0.000.380.25   0.27
XYZ31.546624.978728.3580
Yxy24.97870.37160.2943
Hunter Lab49.978725.20671.3438
CIE-Lab57.054731.2941-1.7665

#bb748d color RGB value is (187,116,141).

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

The process color (four color CMYK) of #bb748d color hex is 0.00, 0.38, 0.25, 0.27. Web safe color of #bb748d is #cc6699. Color #bb748d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 10001101
Octal 273 164 215
Decimal 187 116 141
Hex BB 74 8D

RGB Percentages of Color #bb748d

%42.12
%26.13
%31.76

CMYK Percentages of Color #bb748d

%0
%38
%25
%27

Triadic Colors of #bb748d

#bb748d #8dbb74 #748dbb

Analogous Colors of #bb748d

#bb748d #bb7f74 #bb74b1

Monochromatic Colors of #bb748d

#bb748d

Complementary Color

#bb748d #74bba2

#bb748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb748d Color CSS Codes

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

#bb748d Text Font Color

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

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


#bb748d Background Color

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

This div background color is #bb748d


#bb748d Border Color

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

This div border color is #bb748d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb748d


Comments

No comments written yet.

Please login to write comment.