Color Hex Logo

#bb355f Color Hex

#BB355F
(187,53,95)
0 Favorites   0 Comments

Color spaces of #bb355f

RGB 1875395
HSL0.950.560.47
HSV341°72°73°
CMYK 0.000.720.49   0.27
XYZ23.832213.937212.2605
Yxy13.93720.47640.2786
Hunter Lab37.332648.61816.6612
CIE-Lab44.142756.05537.1161

#bb355f color RGB value is (187,53,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110101 01011111
Octal 273 65 137
Decimal 187 53 95
Hex BB 35 5F

RGB Percentages of Color #bb355f

%55.82
%15.82
%28.36

CMYK Percentages of Color #bb355f

%0
%72
%49
%27

Triadic Colors of #bb355f

#bb355f #5fbb35 #355fbb

Analogous Colors of #bb355f

#bb355f #bb4e35 #bb35a2

Monochromatic Colors of #bb355f

#bb355f

Complementary Color

#bb355f #35bb91

#bb355f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb355f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb355f Color CSS Codes

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

#bb355f Text Font Color

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

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


#bb355f Background Color

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

This div background color is #bb355f


#bb355f Border Color

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

This div border color is #bb355f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb355f


Comments

No comments written yet.

Please login to write comment.