Color Hex Logo

#b0517d Color Hex

#B0517D
(176,81,125)
0 Favorites   0 Comments

Color spaces of #b0517d

RGB 17681125
HSL0.920.380.50
HSV332°54°69°
CMYK 0.000.540.29   0.31
XYZ24.548616.595621.3115
Yxy16.59560.39310.2657
Hunter Lab40.737736.2734-2.5006
CIE-Lab47.746443.6504-6.2145

#b0517d color RGB value is (176,81,125).

#b0517d hex color red value is 176, green value is 81 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b0517d hue: 0.92 , saturation: 0.38 and the lightness value of b0517d is 0.50.

The process color (four color CMYK) of #b0517d color hex is 0.00, 0.54, 0.29, 0.31. Web safe color of #b0517d is #996666. Color #b0517d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010001 01111101
Octal 260 121 175
Decimal 176 81 125
Hex B0 51 7D

RGB Percentages of Color #b0517d

%46.07
%21.20
%32.72

CMYK Percentages of Color #b0517d

%0
%54
%29
%31

Triadic Colors of #b0517d

#b0517d #7db051 #517db0

Analogous Colors of #b0517d

#b0517d #b05551 #b051ad

Monochromatic Colors of #b0517d

#b0517d

Complementary Color

#b0517d #51b084

#b0517d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0517d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0517d Color CSS Codes

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

#b0517d Text Font Color

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

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


#b0517d Background Color

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

This div background color is #b0517d


#b0517d Border Color

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

This div border color is #b0517d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0517d


Comments

No comments written yet.

Please login to write comment.