Color Hex Logo

#b6518d Color Hex

#B6518D
(182,81,141)
0 Favorites   0 Comments

Color spaces of #b6518d

RGB 18281141
HSL0.900.410.52
HSV324°55°71°
CMYK 0.000.550.23   0.29
XYZ27.041617.753027.2007
Yxy17.75300.37560.2466
Hunter Lab42.134340.8254-8.7819
CIE-Lab49.195147.8391-13.5557

#b6518d color RGB value is (182,81,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010001 10001101
Octal 266 121 215
Decimal 182 81 141
Hex B6 51 8D

RGB Percentages of Color #b6518d

%45.05
%20.05
%34.90

CMYK Percentages of Color #b6518d

%0
%55
%23
%29

Triadic Colors of #b6518d

#b6518d #8db651 #518db6

Analogous Colors of #b6518d

#b6518d #b6515b #ad51b6

Monochromatic Colors of #b6518d

#b6518d

Complementary Color

#b6518d #51b67a

#b6518d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6518d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6518d Color CSS Codes

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

#b6518d Text Font Color

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

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


#b6518d Background Color

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

This div background color is #b6518d


#b6518d Border Color

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

This div border color is #b6518d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6518d


Comments

No comments written yet.

Please login to write comment.