Color Hex Logo

#bb738a Color Hex

#BB738A
(187,115,138)
0 Favorites   0 Comments

Color spaces of #bb738a

RGB 187115138
HSL0.950.350.59
HSV341°39°73°
CMYK 0.000.390.26   0.27
XYZ31.211724.661227.1598
Yxy24.66120.37590.2970
Hunter Lab49.660025.28352.3355
CIE-Lab56.743831.4045-0.4776

#bb738a color RGB value is (187,115,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110011 10001010
Octal 273 163 212
Decimal 187 115 138
Hex BB 73 8A

RGB Percentages of Color #bb738a

%42.50
%26.14
%31.36

CMYK Percentages of Color #bb738a

%0
%39
%26
%27

Triadic Colors of #bb738a

#bb738a #8abb73 #738abb

Analogous Colors of #bb738a

#bb738a #bb8073 #bb73ae

Monochromatic Colors of #bb738a

#bb738a

Complementary Color

#bb738a #73bba4

#bb738a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb738a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb738a Color CSS Codes

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

#bb738a Text Font Color

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

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


#bb738a Background Color

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

This div background color is #bb738a


#bb738a Border Color

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

This div border color is #bb738a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb738a


Comments

No comments written yet.

Please login to write comment.