Color Hex Logo

#b378bb Color Hex

#B378BB
(179,120,187)
0 Favorites   0 Comments

Color spaces of #b378bb

RGB 179120187
HSL0.810.330.60
HSV293°36°73°
CMYK 0.040.360.00   0.27
XYZ34.276526.604550.3423
Yxy26.60450.30820.2392
Hunter Lab51.579628.3556-21.7621
CIE-Lab58.606434.3161-26.0198

#b378bb color RGB value is (179,120,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111000 10111011
Octal 263 170 273
Decimal 179 120 187
Hex B3 78 BB

RGB Percentages of Color #b378bb

%36.83
%24.69
%38.48

CMYK Percentages of Color #b378bb

%4
%36
%0
%27

Triadic Colors of #b378bb

#b378bb #bbb378 #78bbb3

Analogous Colors of #b378bb

#b378bb #bb78a2 #9278bb

Monochromatic Colors of #b378bb

#b378bb

Complementary Color

#b378bb #80bb78

#b378bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b378bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b378bb Color CSS Codes

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

#b378bb Text Font Color

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

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


#b378bb Background Color

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

This div background color is #b378bb


#b378bb Border Color

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

This div border color is #b378bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b378bb

#b378bb Color Palettes


Comments

No comments written yet.

Please login to write comment.