Color Hex Logo

#bb355e Color Hex

#BB355E
(187,53,94)
0 Favorites   0 Comments

Color spaces of #bb355e

RGB 1875394
HSL0.950.560.47
HSV342°72°73°
CMYK 0.000.720.50   0.27
XYZ23.787013.919212.0226
Yxy13.91920.47830.2799
Hunter Lab37.308448.51777.0098
CIE-Lab44.116855.96757.7002

#bb355e color RGB value is (187,53,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110101 01011110
Octal 273 65 136
Decimal 187 53 94
Hex BB 35 5E

RGB Percentages of Color #bb355e

%55.99
%15.87
%28.14

CMYK Percentages of Color #bb355e

%0
%72
%50
%27

Triadic Colors of #bb355e

#bb355e #5ebb35 #355ebb

Analogous Colors of #bb355e

#bb355e #bb4f35 #bb35a1

Monochromatic Colors of #bb355e

#bb355e

Complementary Color

#bb355e #35bb92

#bb355e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb355e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb355e Color CSS Codes

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

#bb355e Text Font Color

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

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


#bb355e Background Color

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

This div background color is #bb355e


#bb355e Border Color

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

This div border color is #bb355e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,53,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 #bb355e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb355e


Comments

No comments written yet.

Please login to write comment.