Color Hex Logo

#bb948a Color Hex

#BB948A
(187,148,138)
0 Favorites   0 Comments

Color spaces of #bb948a

RGB 187148138
HSL0.030.260.64
HSV12°26°73°
CMYK 0.000.210.26   0.27
XYZ35.670933.579628.6462
Yxy33.57960.36440.3430
Hunter Lab57.94798.470111.2539
CIE-Lab64.627513.125410.8589

#bb948a color RGB value is (187,148,138).

#bb948a hex color red value is 187, green value is 148 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bb948a hue: 0.03 , saturation: 0.26 and the lightness value of bb948a is 0.64.

The process color (four color CMYK) of #bb948a color hex is 0.00, 0.21, 0.26, 0.27. Web safe color of #bb948a is #cc9999. Color #bb948a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010100 10001010
Octal 273 224 212
Decimal 187 148 138
Hex BB 94 8A

RGB Percentages of Color #bb948a

%39.53
%31.29
%29.18

CMYK Percentages of Color #bb948a

%0
%21
%26
%27

Triadic Colors of #bb948a

#bb948a #8abb94 #948abb

Analogous Colors of #bb948a

#bb948a #bbad8a #bb8a99

Monochromatic Colors of #bb948a

#bb948a

Complementary Color

#bb948a #8ab1bb

#bb948a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb948a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb948a Color CSS Codes

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

#bb948a Text Font Color

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

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


#bb948a Background Color

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

This div background color is #bb948a


#bb948a Border Color

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

This div border color is #bb948a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb948a

#bb948a Color Palettes


Comments

No comments written yet.

Please login to write comment.