Color Hex Logo

#b276ba Color Hex

#B276BA
(178,118,186)
0 Favorites   0 Comments

Color spaces of #b276ba

RGB 178118186
HSL0.810.330.60
HSV293°37°73°
CMYK 0.040.370.00   0.27
XYZ33.701525.967049.6902
Yxy25.96700.30820.2374
Hunter Lab50.957828.8767-22.1446
CIE-Lab58.005734.9042-26.3849

#b276ba color RGB value is (178,118,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110110 10111010
Octal 262 166 272
Decimal 178 118 186
Hex B2 76 BA

RGB Percentages of Color #b276ba

%36.93
%24.48
%38.59

CMYK Percentages of Color #b276ba

%4
%37
%0
%27

Triadic Colors of #b276ba

#b276ba #bab276 #76bab2

Analogous Colors of #b276ba

#b276ba #ba76a0 #9076ba

Monochromatic Colors of #b276ba

#b276ba

Complementary Color

#b276ba #7eba76

#b276ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b276ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b276ba Color CSS Codes

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

#b276ba Text Font Color

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

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


#b276ba Background Color

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

This div background color is #b276ba


#b276ba Border Color

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

This div border color is #b276ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b276ba


Comments

No comments written yet.

Please login to write comment.