Color Hex Logo

#b677bd Color Hex

#B677BD
(182,119,189)
0 Favorites   0 Comments

Color spaces of #b677bd

RGB 182119189
HSL0.820.350.60
HSV294°37°74°
CMYK 0.040.370.00   0.26
XYZ35.073526.812951.4709
Yxy26.81290.30940.2365
Hunter Lab51.781230.2883-22.6879
CIE-Lab58.800736.2160-26.8319

#b677bd color RGB value is (182,119,189).

#b677bd hex color red value is 182, green value is 119 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b677bd hue: 0.82 , saturation: 0.35 and the lightness value of b677bd is 0.60.

The process color (four color CMYK) of #b677bd color hex is 0.04, 0.37, 0.00, 0.26. Web safe color of #b677bd is #cc66cc. Color #b677bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110111 10111101
Octal 266 167 275
Decimal 182 119 189
Hex B6 77 BD

RGB Percentages of Color #b677bd

%37.14
%24.29
%38.57

CMYK Percentages of Color #b677bd

%4
%37
%0
%26

Triadic Colors of #b677bd

#b677bd #bdb677 #77bdb6

Analogous Colors of #b677bd

#b677bd #bd77a1 #9377bd

Monochromatic Colors of #b677bd

#b677bd

Complementary Color

#b677bd #7ebd77

#b677bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b677bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b677bd Color CSS Codes

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

#b677bd Text Font Color

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

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


#b677bd Background Color

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

This div background color is #b677bd


#b677bd Border Color

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

This div border color is #b677bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,119,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 #b677bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b677bd


Comments

No comments written yet.

Please login to write comment.