Color Hex Logo

#bb525e Color Hex

#BB525E
(187,82,94)
0 Favorites   0 Comments

Color spaces of #bb525e

RGB 1878294
HSL0.980.440.53
HSV353°56°73°
CMYK 0.000.560.50   0.27
XYZ25.531217.407512.6040
Yxy17.40750.45970.3134
Hunter Lab41.722336.215811.2945
CIE-Lab48.769443.433714.1995

#bb525e color RGB value is (187,82,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010010 01011110
Octal 273 122 136
Decimal 187 82 94
Hex BB 52 5E

RGB Percentages of Color #bb525e

%51.52
%22.59
%25.90

CMYK Percentages of Color #bb525e

%0
%56
%50
%27

Triadic Colors of #bb525e

#bb525e #5ebb52 #525ebb

Analogous Colors of #bb525e

#bb525e #bb7b52 #bb5293

Monochromatic Colors of #bb525e

#bb525e

Complementary Color

#bb525e #52bbaf

#bb525e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb525e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb525e Color CSS Codes

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

#bb525e Text Font Color

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

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


#bb525e Background Color

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

This div background color is #bb525e


#bb525e Border Color

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

This div border color is #bb525e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb525e


Comments

No comments written yet.

Please login to write comment.