Color Hex Logo

#b377bb Color Hex

#B377BB
(179,119,187)
0 Favorites   0 Comments

Color spaces of #b377bb

RGB 179119187
HSL0.810.330.60
HSV293°36°73°
CMYK 0.040.360.00   0.27
XYZ34.156926.365250.3024
Yxy26.36520.30820.2379
Hunter Lab51.347128.8838-22.1408
CIE-Lab58.382134.8688-26.3657

#b377bb color RGB value is (179,119,187).

#b377bb hex color red value is 179, green value is 119 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b377bb hue: 0.81 , saturation: 0.33 and the lightness value of b377bb is 0.60.

The process color (four color CMYK) of #b377bb color hex is 0.04, 0.36, 0.00, 0.27. Web safe color of #b377bb is #cc66cc. Color #b377bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110111 10111011
Octal 263 167 273
Decimal 179 119 187
Hex B3 77 BB

RGB Percentages of Color #b377bb

%36.91
%24.54
%38.56

CMYK Percentages of Color #b377bb

%4
%36
%0
%27

Triadic Colors of #b377bb

#b377bb #bbb377 #77bbb3

Analogous Colors of #b377bb

#b377bb #bb77a1 #9177bb

Monochromatic Colors of #b377bb

#b377bb

Complementary Color

#b377bb #7fbb77

#b377bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b377bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b377bb Color CSS Codes

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

#b377bb Text Font Color

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

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


#b377bb Background Color

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

This div background color is #b377bb


#b377bb Border Color

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

This div border color is #b377bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b377bb


Comments

No comments written yet.

Please login to write comment.