Color Hex Logo

#bb437f Color Hex

#BB437F
(187,67,127)
0 Favorites   0 Comments

Color spaces of #bb437f

RGB 18767127
HSL0.920.470.50
HSV330°64°73°
CMYK 0.000.640.32   0.27
XYZ26.331416.111421.8007
Yxy16.11140.40990.2508
Hunter Lab40.139046.8537-4.1049
CIE-Lab47.120353.8779-8.1757

#bb437f color RGB value is (187,67,127).

#bb437f hex color red value is 187, green value is 67 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bb437f hue: 0.92 , saturation: 0.47 and the lightness value of bb437f is 0.50.

The process color (four color CMYK) of #bb437f color hex is 0.00, 0.64, 0.32, 0.27. Web safe color of #bb437f is #cc3366. Color #bb437f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000011 01111111
Octal 273 103 177
Decimal 187 67 127
Hex BB 43 7F

RGB Percentages of Color #bb437f

%49.08
%17.59
%33.33

CMYK Percentages of Color #bb437f

%0
%64
%32
%27

Triadic Colors of #bb437f

#bb437f #7fbb43 #437fbb

Analogous Colors of #bb437f

#bb437f #bb4343 #bb43bb

Monochromatic Colors of #bb437f

#bb437f

Complementary Color

#bb437f #43bb7f

#bb437f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb437f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb437f Color CSS Codes

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

#bb437f Text Font Color

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

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


#bb437f Background Color

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

This div background color is #bb437f


#bb437f Border Color

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

This div border color is #bb437f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb437f


Comments

No comments written yet.

Please login to write comment.