Color Hex Logo

#bb515d Color Hex

#BB515D
(187,81,93)
0 Favorites   0 Comments

Color spaces of #bb515d

RGB 1878193
HSL0.980.440.53
HSV353°57°73°
CMYK 0.000.570.50   0.27
XYZ25.411717.240012.3442
Yxy17.24000.46210.3135
Hunter Lab41.521136.583511.4379
CIE-Lab48.561043.827914.5146

#bb515d color RGB value is (187,81,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010001 01011101
Octal 273 121 135
Decimal 187 81 93
Hex BB 51 5D

RGB Percentages of Color #bb515d

%51.80
%22.44
%25.76

CMYK Percentages of Color #bb515d

%0
%57
%50
%27

Triadic Colors of #bb515d

#bb515d #5dbb51 #515dbb

Analogous Colors of #bb515d

#bb515d #bb7a51 #bb5192

Monochromatic Colors of #bb515d

#bb515d

Complementary Color

#bb515d #51bbaf

#bb515d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb515d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb515d Color CSS Codes

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

#bb515d Text Font Color

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

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


#bb515d Background Color

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

This div background color is #bb515d


#bb515d Border Color

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

This div border color is #bb515d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb515d


Comments

No comments written yet.

Please login to write comment.