Color Hex Logo

#bb758c Color Hex

#BB758C
(187,117,140)
0 Favorites   0 Comments

Color spaces of #bb758c

RGB 187117140
HSL0.950.340.60
HSV340°37°73°
CMYK 0.000.370.25   0.27
XYZ31.588425.180828.0064
Yxy25.18080.37260.2970
Hunter Lab50.180524.54922.0358
CIE-Lab57.251230.5999-0.8977

#bb758c color RGB value is (187,117,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110101 10001100
Octal 273 165 214
Decimal 187 117 140
Hex BB 75 8C

RGB Percentages of Color #bb758c

%42.12
%26.35
%31.53

CMYK Percentages of Color #bb758c

%0
%37
%25
%27

Triadic Colors of #bb758c

#bb758c #8cbb75 #758cbb

Analogous Colors of #bb758c

#bb758c #bb8175 #bb75af

Monochromatic Colors of #bb758c

#bb758c

Complementary Color

#bb758c #75bba4

#bb758c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb758c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb758c Color CSS Codes

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

#bb758c Text Font Color

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

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


#bb758c Background Color

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

This div background color is #bb758c


#bb758c Border Color

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

This div border color is #bb758c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb758c


Comments

No comments written yet.

Please login to write comment.