Color Hex Logo

#bb535e Color Hex

#BB535E
(187,83,94)
1 Favorites   0 Comments

Color spaces of #bb535e

RGB 1878394
HSL0.980.430.53
HSV354°56°73°
CMYK 0.000.560.50   0.27
XYZ25.607217.559512.6293
Yxy17.55950.45890.3147
Hunter Lab41.904135.747711.4637
CIE-Lab48.957442.943314.4585

#bb535e color RGB value is (187,83,94).

#bb535e hex color red value is 187, green value is 83 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bb535e hue: 0.98 , saturation: 0.43 and the lightness value of bb535e is 0.53.

The process color (four color CMYK) of #bb535e color hex is 0.00, 0.56, 0.50, 0.27. Web safe color of #bb535e is #cc6666. Color #bb535e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010011 01011110
Octal 273 123 136
Decimal 187 83 94
Hex BB 53 5E

RGB Percentages of Color #bb535e

%51.37
%22.80
%25.82

CMYK Percentages of Color #bb535e

%0
%56
%50
%27

Triadic Colors of #bb535e

#bb535e #5ebb53 #535ebb

Analogous Colors of #bb535e

#bb535e #bb7c53 #bb5392

Monochromatic Colors of #bb535e

#bb535e

Complementary Color

#bb535e #53bbb0

#bb535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb535e Color CSS Codes

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

#bb535e Text Font Color

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

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


#bb535e Background Color

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

This div background color is #bb535e


#bb535e Border Color

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

This div border color is #bb535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb535e


Comments

No comments written yet.

Please login to write comment.