Color Hex Logo

#bb538f Color Hex

#BB538F
(187,83,143)
0 Favorites   0 Comments

Color spaces of #bb538f

RGB 18783143
HSL0.900.430.53
HSV325°56°73°
CMYK 0.000.560.24   0.27
XYZ28.544718.734528.0982
Yxy18.73450.37870.2485
Hunter Lab43.283441.9720-8.1908
CIE-Lab50.375148.7365-12.8917

#bb538f color RGB value is (187,83,143).

#bb538f hex color red value is 187, green value is 83 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bb538f hue: 0.90 , saturation: 0.43 and the lightness value of bb538f is 0.53.

The process color (four color CMYK) of #bb538f color hex is 0.00, 0.56, 0.24, 0.27. Web safe color of #bb538f is #cc6699. Color #bb538f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010011 10001111
Octal 273 123 217
Decimal 187 83 143
Hex BB 53 8F

RGB Percentages of Color #bb538f

%45.28
%20.10
%34.62

CMYK Percentages of Color #bb538f

%0
%56
%24
%27

Triadic Colors of #bb538f

#bb538f #8fbb53 #538fbb

Analogous Colors of #bb538f

#bb538f #bb535b #b353bb

Monochromatic Colors of #bb538f

#bb538f

Complementary Color

#bb538f #53bb7f

#bb538f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb538f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb538f Color CSS Codes

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

#bb538f Text Font Color

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

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


#bb538f Background Color

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

This div background color is #bb538f


#bb538f Border Color

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

This div border color is #bb538f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb538f


Comments

No comments written yet.

Please login to write comment.