Color Hex Logo

#b277bd Color Hex

#B277BD
(178,119,189)
0 Favorites   0 Comments

Color spaces of #b277bd

RGB 178119189
HSL0.810.350.60
HSV291°37°74°
CMYK 0.060.370.00   0.26
XYZ34.142226.332851.4273
Yxy26.33280.30510.2353
Hunter Lab51.315528.9609-23.4983
CIE-Lab58.351634.9492-27.5623

#b277bd color RGB value is (178,119,189).

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

The process color (four color CMYK) of #b277bd color hex is 0.06, 0.37, 0.00, 0.26. Web safe color of #b277bd is #9966cc. Color #b277bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110111 10111101
Octal 262 167 275
Decimal 178 119 189
Hex B2 77 BD

RGB Percentages of Color #b277bd

%36.63
%24.49
%38.89

CMYK Percentages of Color #b277bd

%6
%37
%0
%26

Triadic Colors of #b277bd

#b277bd #bdb277 #77bdb2

Analogous Colors of #b277bd

#b277bd #bd77a5 #8f77bd

Monochromatic Colors of #b277bd

#b277bd

Complementary Color

#b277bd #82bd77

#b277bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b277bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b277bd Color CSS Codes

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

#b277bd Text Font Color

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

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


#b277bd Background Color

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

This div background color is #b277bd


#b277bd Border Color

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

This div border color is #b277bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b277bd


Comments

No comments written yet.

Please login to write comment.