Color Hex Logo

#bb435e Color Hex

#BB435E
(187,67,94)
0 Favorites   0 Comments

Color spaces of #bb435e

RGB 1876794
HSL0.960.470.50
HSV347°64°73°
CMYK 0.000.640.50   0.27
XYZ24.521115.387312.2673
Yxy15.38730.47000.2949
Hunter Lab39.226642.93618.9170
CIE-Lab46.160250.368710.5766

#bb435e color RGB value is (187,67,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000011 01011110
Octal 273 103 136
Decimal 187 67 94
Hex BB 43 5E

RGB Percentages of Color #bb435e

%53.74
%19.25
%27.01

CMYK Percentages of Color #bb435e

%0
%64
%50
%27

Triadic Colors of #bb435e

#bb435e #5ebb43 #435ebb

Analogous Colors of #bb435e

#bb435e #bb6443 #bb439a

Monochromatic Colors of #bb435e

#bb435e

Complementary Color

#bb435e #43bba0

#bb435e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb435e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb435e Color CSS Codes

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

#bb435e Text Font Color

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

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


#bb435e Background Color

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

This div background color is #bb435e


#bb435e Border Color

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

This div border color is #bb435e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb435e


Comments

No comments written yet.

Please login to write comment.