Color Hex Logo

#bb535d Color Hex

#BB535D
(187,83,93)
0 Favorites   0 Comments

Color spaces of #bb535d

RGB 1878393
HSL0.980.430.53
HSV354°56°73°
CMYK 0.000.560.50   0.27
XYZ25.562617.541612.3945
Yxy17.54160.46060.3161
Hunter Lab41.882735.650611.7720
CIE-Lab48.935342.850915.0286

#bb535d color RGB value is (187,83,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010011 01011101
Octal 273 123 135
Decimal 187 83 93
Hex BB 53 5D

RGB Percentages of Color #bb535d

%51.52
%22.87
%25.62

CMYK Percentages of Color #bb535d

%0
%56
%50
%27

Triadic Colors of #bb535d

#bb535d #5dbb53 #535dbb

Analogous Colors of #bb535d

#bb535d #bb7d53 #bb5391

Monochromatic Colors of #bb535d

#bb535d

Complementary Color

#bb535d #53bbb1

#bb535d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb535d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb535d Color CSS Codes

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

#bb535d Text Font Color

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

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


#bb535d Background Color

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

This div background color is #bb535d


#bb535d Border Color

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

This div border color is #bb535d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb535d


Comments

No comments written yet.

Please login to write comment.