Color Hex Logo

#b376eb Color Hex

#B376EB
(179,118,235)
0 Favorites   0 Comments

Color spaces of #b376eb

RGB 179118235
HSL0.750.750.69
HSV271°50°92°
CMYK 0.240.500.00   0.08
XYZ40.064228.538781.9942
Yxy28.53870.26600.1895
Hunter Lab53.421640.3804-53.6061
CIE-Lab60.372345.7037-50.2815

#b376eb color RGB value is (179,118,235).

#b376eb hex color red value is 179, green value is 118 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b376eb hue: 0.75 , saturation: 0.75 and the lightness value of b376eb is 0.69.

The process color (four color CMYK) of #b376eb color hex is 0.24, 0.50, 0.00, 0.08. Web safe color of #b376eb is #cc66ff. Color #b376eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110110 11101011
Octal 263 166 353
Decimal 179 118 235
Hex B3 76 EB

RGB Percentages of Color #b376eb

%33.65
%22.18
%44.17

CMYK Percentages of Color #b376eb

%24
%50
%0
%8

Triadic Colors of #b376eb

#b376eb #ebb376 #76ebb3

Analogous Colors of #b376eb

#b376eb #eb76e9 #7976eb

Monochromatic Colors of #b376eb

#b376eb

Complementary Color

#b376eb #aeeb76

#b376eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b376eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b376eb Color CSS Codes

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

#b376eb Text Font Color

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

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


#b376eb Background Color

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

This div background color is #b376eb


#b376eb Border Color

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

This div border color is #b376eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b376eb


Comments

No comments written yet.

Please login to write comment.