Color Hex Logo

#b276fe Color Hex

#B276FE
(178,118,254)
0 Favorites   0 Comments

Color spaces of #b276fe

RGB 178118254
HSL0.740.990.73
HSV266°54°100°
CMYK 0.300.540.00   0.00
XYZ42.727929.577697.2230
Yxy29.57760.25200.1745
Hunter Lab54.385345.0646-67.9213
CIE-Lab61.288049.8874-59.3344

#b276fe color RGB value is (178,118,254).

#b276fe hex color red value is 178, green value is 118 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b276fe hue: 0.74 , saturation: 0.99 and the lightness value of b276fe is 0.73.

The process color (four color CMYK) of #b276fe color hex is 0.30, 0.54, 0.00, 0.00. Web safe color of #b276fe is #9966ff. Color #b276fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110110 11111110
Octal 262 166 376
Decimal 178 118 254
Hex B2 76 FE

RGB Percentages of Color #b276fe

%32.36
%21.45
%46.18

CMYK Percentages of Color #b276fe

%30
%54
%0
%0

Triadic Colors of #b276fe

#b276fe #feb276 #76feb2

Analogous Colors of #b276fe

#b276fe #f676fe #767efe

Monochromatic Colors of #b276fe

#b276fe

Complementary Color

#b276fe #c2fe76

#b276fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b276fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b276fe Color CSS Codes

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

#b276fe Text Font Color

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

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


#b276fe Background Color

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

This div background color is #b276fe


#b276fe Border Color

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

This div border color is #b276fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b276fe


Comments

No comments written yet.

Please login to write comment.