Color Hex Logo

#b376ff Color Hex

#B376FF
(179,118,255)
0 Favorites   0 Comments

Color spaces of #b376ff

RGB 179118255
HSL0.741.000.73
HSV267°54°100°
CMYK 0.300.540.00   0.00
XYZ43.118829.760698.0795
Yxy29.76060.25220.1741
Hunter Lab54.553345.6178-68.4082
CIE-Lab61.447150.3663-59.6241

#b376ff color RGB value is (179,118,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110110 11111111
Octal 263 166 377
Decimal 179 118 255
Hex B3 76 FF

RGB Percentages of Color #b376ff

%32.43
%21.38
%46.20

CMYK Percentages of Color #b376ff

%30
%54
%0
%0

Triadic Colors of #b376ff

#b376ff #ffb376 #76ffb3

Analogous Colors of #b376ff

#b376ff #f876ff #767eff

Monochromatic Colors of #b376ff

#b376ff

Complementary Color

#b376ff #c2ff76

#b376ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b376ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b376ff Color CSS Codes

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

#b376ff Text Font Color

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

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


#b376ff Background Color

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

This div background color is #b376ff


#b376ff Border Color

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

This div border color is #b376ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b376ff

Related Colors


Comments

No comments written yet.

Please login to write comment.