Color Hex Logo

#b2516e Color Hex

#B2516E
(178,81,110)
0 Favorites   0 Comments

Color spaces of #b2516e

RGB 17881110
HSL0.950.390.51
HSV342°54°70°
CMYK 0.000.540.38   0.30
XYZ24.117016.475616.6609
Yxy16.47560.42120.2878
Hunter Lab40.590135.02464.0765
CIE-Lab47.592442.43712.6686

#b2516e color RGB value is (178,81,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010001 01101110
Octal 262 121 156
Decimal 178 81 110
Hex B2 51 6E

RGB Percentages of Color #b2516e

%48.24
%21.95
%29.81

CMYK Percentages of Color #b2516e

%0
%54
%38
%30

Triadic Colors of #b2516e

#b2516e #6eb251 #516eb2

Analogous Colors of #b2516e

#b2516e #b26551 #b2519f

Monochromatic Colors of #b2516e

#b2516e

Complementary Color

#b2516e #51b295

#b2516e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2516e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2516e Color CSS Codes

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

#b2516e Text Font Color

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

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


#b2516e Background Color

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

This div background color is #b2516e


#b2516e Border Color

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

This div border color is #b2516e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,81,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2516e


Comments

No comments written yet.

Please login to write comment.