Color Hex Logo

#b276bb Color Hex

#B276BB
(178,118,187)
0 Favorites   0 Comments

Color spaces of #b276bb

RGB 178118187
HSL0.810.340.60
HSV292°37°73°
CMYK 0.050.370.00   0.27
XYZ33.808226.009750.2522
Yxy26.00970.30720.2363
Hunter Lab50.999729.0799-22.7212
CIE-Lab58.046335.1025-26.8933

#b276bb color RGB value is (178,118,187).

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

The process color (four color CMYK) of #b276bb color hex is 0.05, 0.37, 0.00, 0.27. Web safe color of #b276bb is #9966cc. Color #b276bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110110 10111011
Octal 262 166 273
Decimal 178 118 187
Hex B2 76 BB

RGB Percentages of Color #b276bb

%36.85
%24.43
%38.72

CMYK Percentages of Color #b276bb

%5
%37
%0
%27

Triadic Colors of #b276bb

#b276bb #bbb276 #76bbb2

Analogous Colors of #b276bb

#b276bb #bb76a2 #9076bb

Monochromatic Colors of #b276bb

#b276bb

Complementary Color

#b276bb #7fbb76

#b276bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b276bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b276bb Color CSS Codes

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

#b276bb Text Font Color

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

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


#b276bb Background Color

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

This div background color is #b276bb


#b276bb Border Color

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

This div border color is #b276bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,118,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b276bb


Comments

No comments written yet.

Please login to write comment.