Color Hex Logo

#b681bd Color Hex

#B681BD
(182,129,189)
0 Favorites   0 Comments

Color spaces of #b681bd

RGB 182129189
HSL0.810.310.62
HSV293°32°74°
CMYK 0.040.320.00   0.26
XYZ36.327029.319751.8887
Yxy29.31970.30910.2495
Hunter Lab54.147724.9950-18.9131
CIE-Lab61.062730.6885-23.3523

#b681bd color RGB value is (182,129,189).

#b681bd hex color red value is 182, green value is 129 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b681bd hue: 0.81 , saturation: 0.31 and the lightness value of b681bd is 0.62.

The process color (four color CMYK) of #b681bd color hex is 0.04, 0.32, 0.00, 0.26. Web safe color of #b681bd is #cc99cc. Color #b681bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000001 10111101
Octal 266 201 275
Decimal 182 129 189
Hex B6 81 BD

RGB Percentages of Color #b681bd

%36.40
%25.80
%37.80

CMYK Percentages of Color #b681bd

%4
%32
%0
%26

Triadic Colors of #b681bd

#b681bd #bdb681 #81bdb6

Analogous Colors of #b681bd

#b681bd #bd81a6 #9881bd

Monochromatic Colors of #b681bd

#b681bd

Complementary Color

#b681bd #88bd81

#b681bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b681bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b681bd Color CSS Codes

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

#b681bd Text Font Color

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

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


#b681bd Background Color

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

This div background color is #b681bd


#b681bd Border Color

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

This div border color is #b681bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b681bd


Comments

No comments written yet.

Please login to write comment.