Color Hex Logo

#b2515d Color Hex

#B2515D
(178,81,93)
0 Favorites   0 Comments

Color spaces of #b2515d

RGB 1788193
HSL0.980.390.51
HSV353°54°70°
CMYK 0.000.540.48   0.30
XYZ23.278316.140212.2444
Yxy16.14020.45060.3124
Hunter Lab40.174933.121210.0521
CIE-Lab47.157940.597112.3570

#b2515d color RGB value is (178,81,93).

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

The process color (four color CMYK) of #b2515d color hex is 0.00, 0.54, 0.48, 0.30. Web safe color of #b2515d is #996666. Color #b2515d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010001 01011101
Octal 262 121 135
Decimal 178 81 93
Hex B2 51 5D

RGB Percentages of Color #b2515d

%50.57
%23.01
%26.42

CMYK Percentages of Color #b2515d

%0
%54
%48
%30

Triadic Colors of #b2515d

#b2515d #5db251 #515db2

Analogous Colors of #b2515d

#b2515d #b27651 #b2518e

Monochromatic Colors of #b2515d

#b2515d

Complementary Color

#b2515d #51b2a6

#b2515d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2515d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2515d Color CSS Codes

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

#b2515d Text Font Color

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

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


#b2515d Background Color

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

This div background color is #b2515d


#b2515d Border Color

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

This div border color is #b2515d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2515d


Comments

No comments written yet.

Please login to write comment.