Color Hex Logo

#b6518b Color Hex

#B6518B
(182,81,139)
0 Favorites   0 Comments

Color spaces of #b6518b

RGB 18281139
HSL0.900.410.52
HSV326°55°71°
CMYK 0.000.550.24   0.29
XYZ26.894017.694026.4239
Yxy17.69400.37870.2492
Hunter Lab42.064240.5125-7.7998
CIE-Lab49.122847.5513-12.4697

#b6518b color RGB value is (182,81,139).

#b6518b hex color red value is 182, green value is 81 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #b6518b hue: 0.90 , saturation: 0.41 and the lightness value of b6518b is 0.52.

The process color (four color CMYK) of #b6518b color hex is 0.00, 0.55, 0.24, 0.29. Web safe color of #b6518b is #cc6699. Color #b6518b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010001 10001011
Octal 266 121 213
Decimal 182 81 139
Hex B6 51 8B

RGB Percentages of Color #b6518b

%45.27
%20.15
%34.58

CMYK Percentages of Color #b6518b

%0
%55
%24
%29

Triadic Colors of #b6518b

#b6518b #8bb651 #518bb6

Analogous Colors of #b6518b

#b6518b #b65158 #af51b6

Monochromatic Colors of #b6518b

#b6518b

Complementary Color

#b6518b #51b67c

#b6518b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6518b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6518b Color CSS Codes

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

#b6518b Text Font Color

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

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


#b6518b Background Color

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

This div background color is #b6518b


#b6518b Border Color

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

This div border color is #b6518b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6518b


Comments

No comments written yet.

Please login to write comment.