Color Hex Logo

#b376de Color Hex

#B376DE
(179,118,222)
0 Favorites   0 Comments

Color spaces of #b376de

RGB 179118222
HSL0.760.610.67
HSV275°47°87°
CMYK 0.190.470.00   0.13
XYZ38.253727.814572.4598
Yxy27.81450.27610.2008
Hunter Lab52.739537.1780-44.5421
CIE-Lab59.720842.7777-44.0596

#b376de color RGB value is (179,118,222).

#b376de hex color red value is 179, green value is 118 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b376de hue: 0.76 , saturation: 0.61 and the lightness value of b376de is 0.67.

The process color (four color CMYK) of #b376de color hex is 0.19, 0.47, 0.00, 0.13. Web safe color of #b376de is #cc66cc. Color #b376de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110110 11011110
Octal 263 166 336
Decimal 179 118 222
Hex B3 76 DE

RGB Percentages of Color #b376de

%34.49
%22.74
%42.77

CMYK Percentages of Color #b376de

%19
%47
%0
%13

Triadic Colors of #b376de

#b376de #deb376 #76deb3

Analogous Colors of #b376de

#b376de #de76d5 #7f76de

Monochromatic Colors of #b376de

#b376de

Complementary Color

#b376de #a1de76

#b376de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b376de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b376de Color CSS Codes

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

#b376de Text Font Color

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

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


#b376de Background Color

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

This div background color is #b376de


#b376de Border Color

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

This div border color is #b376de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b376de


Comments

No comments written yet.

Please login to write comment.