Color Hex Logo

#bb758a Color Hex

#BB758A
(187,117,138)
0 Favorites   0 Comments

Color spaces of #bb758a

RGB 187117138
HSL0.950.340.60
HSV342°37°73°
CMYK 0.000.370.26   0.27
XYZ31.442325.122427.2367
Yxy25.12240.37520.2998
Hunter Lab50.122324.26132.8671
CIE-Lab57.194530.30940.1807

#bb758a color RGB value is (187,117,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110101 10001010
Octal 273 165 212
Decimal 187 117 138
Hex BB 75 8A

RGB Percentages of Color #bb758a

%42.31
%26.47
%31.22

CMYK Percentages of Color #bb758a

%0
%37
%26
%27

Triadic Colors of #bb758a

#bb758a #8abb75 #758abb

Analogous Colors of #bb758a

#bb758a #bb8375 #bb75ad

Monochromatic Colors of #bb758a

#bb758a

Complementary Color

#bb758a #75bba6

#bb758a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb758a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb758a Color CSS Codes

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

#bb758a Text Font Color

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

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


#bb758a Background Color

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

This div background color is #bb758a


#bb758a Border Color

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

This div border color is #bb758a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb758a


Comments

No comments written yet.

Please login to write comment.