Color Hex Logo

#bb748a Color Hex

#BB748A
(187,116,138)
0 Favorites   0 Comments

Color spaces of #bb748a

RGB 187116138
HSL0.950.340.59
HSV341°38°73°
CMYK 0.000.380.26   0.27
XYZ31.326424.890627.1980
Yxy24.89060.37550.2984
Hunter Lab49.890524.77242.6011
CIE-Lab56.968730.8574-0.1489

#bb748a color RGB value is (187,116,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 10001010
Octal 273 164 212
Decimal 187 116 138
Hex BB 74 8A

RGB Percentages of Color #bb748a

%42.40
%26.30
%31.29

CMYK Percentages of Color #bb748a

%0
%38
%26
%27

Triadic Colors of #bb748a

#bb748a #8abb74 #748abb

Analogous Colors of #bb748a

#bb748a #bb8274 #bb74ae

Monochromatic Colors of #bb748a

#bb748a

Complementary Color

#bb748a #74bba5

#bb748a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb748a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb748a Color CSS Codes

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

#bb748a Text Font Color

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

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


#bb748a Background Color

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

This div background color is #bb748a


#bb748a Border Color

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

This div border color is #bb748a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb748a


Comments

No comments written yet.

Please login to write comment.