Color Hex Logo

#bb434e Color Hex

#BB434E
(187,67,78)
0 Favorites   0 Comments

Color spaces of #bb434e

RGB 1876778
HSL0.980.470.50
HSV355°64°73°
CMYK 0.000.640.58   0.27
XYZ23.875815.12928.8696
Yxy15.12920.49870.3160
Hunter Lab38.896341.500613.7074
CIE-Lab45.810649.058219.8716

#bb434e color RGB value is (187,67,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000011 01001110
Octal 273 103 116
Decimal 187 67 78
Hex BB 43 4E

RGB Percentages of Color #bb434e

%56.33
%20.18
%23.49

CMYK Percentages of Color #bb434e

%0
%64
%58
%27

Triadic Colors of #bb434e

#bb434e #4ebb43 #434ebb

Analogous Colors of #bb434e

#bb434e #bb7443 #bb438a

Monochromatic Colors of #bb434e

#bb434e

Complementary Color

#bb434e #43bbb0

#bb434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb434e Color CSS Codes

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

#bb434e Text Font Color

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

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


#bb434e Background Color

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

This div background color is #bb434e


#bb434e Border Color

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

This div border color is #bb434e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb434e


Comments

No comments written yet.

Please login to write comment.