Color Hex Logo

#bb748f Color Hex

#BB748F
(187,116,143)
0 Favorites   0 Comments

Color spaces of #bb748f

RGB 187116143
HSL0.940.340.59
HSV337°38°73°
CMYK 0.000.380.24   0.27
XYZ31.696825.038729.1490
Yxy25.03870.36910.2915
Hunter Lab50.038725.50240.4889
CIE-Lab57.113131.5907-2.8424

#bb748f color RGB value is (187,116,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 10001111
Octal 273 164 217
Decimal 187 116 143
Hex BB 74 8F

RGB Percentages of Color #bb748f

%41.93
%26.01
%32.06

CMYK Percentages of Color #bb748f

%0
%38
%24
%27

Triadic Colors of #bb748f

#bb748f #8fbb74 #748fbb

Analogous Colors of #bb748f

#bb748f #bb7d74 #bb74b3

Monochromatic Colors of #bb748f

#bb748f

Complementary Color

#bb748f #74bba0

#bb748f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb748f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb748f Color CSS Codes

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

#bb748f Text Font Color

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

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


#bb748f Background Color

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

This div background color is #bb748f


#bb748f Border Color

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

This div border color is #bb748f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb748f


Comments

No comments written yet.

Please login to write comment.