Color Hex Logo

#b377eb Color Hex

#B377EB
(179,119,235)
0 Favorites   0 Comments

Color spaces of #b377eb

RGB 179119235
HSL0.750.740.69
HSV271°49°92°
CMYK 0.240.490.00   0.08
XYZ40.182628.775582.0336
Yxy28.77550.26610.1906
Hunter Lab53.642839.8354-53.1197
CIE-Lab60.583045.1646-49.9475

#b377eb color RGB value is (179,119,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110111 11101011
Octal 263 167 353
Decimal 179 119 235
Hex B3 77 EB

RGB Percentages of Color #b377eb

%33.58
%22.33
%44.09

CMYK Percentages of Color #b377eb

%24
%49
%0
%8

Triadic Colors of #b377eb

#b377eb #ebb377 #77ebb3

Analogous Colors of #b377eb

#b377eb #eb77e9 #7977eb

Monochromatic Colors of #b377eb

#b377eb

Complementary Color

#b377eb #afeb77

#b377eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b377eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b377eb Color CSS Codes

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

#b377eb Text Font Color

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

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


#b377eb Background Color

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

This div background color is #b377eb


#b377eb Border Color

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

This div border color is #b377eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,119,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 #b377eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b377eb


Comments

No comments written yet.

Please login to write comment.