Color Hex Logo

#b378bd Color Hex

#B378BD
(179,120,189)
0 Favorites   0 Comments

Color spaces of #b378bd

RGB 179120189
HSL0.810.340.61
HSV291°37°74°
CMYK 0.050.370.00   0.26
XYZ34.492226.690851.4780
Yxy26.69080.30620.2369
Hunter Lab51.663128.7626-22.9133
CIE-Lab58.687034.7138-27.0351

#b378bd color RGB value is (179,120,189).

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

The process color (four color CMYK) of #b378bd color hex is 0.05, 0.37, 0.00, 0.26. Web safe color of #b378bd is #cc66cc. Color #b378bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111000 10111101
Octal 263 170 275
Decimal 179 120 189
Hex B3 78 BD

RGB Percentages of Color #b378bd

%36.68
%24.59
%38.73

CMYK Percentages of Color #b378bd

%5
%37
%0
%26

Triadic Colors of #b378bd

#b378bd #bdb378 #78bdb3

Analogous Colors of #b378bd

#b378bd #bd78a5 #9178bd

Monochromatic Colors of #b378bd

#b378bd

Complementary Color

#b378bd #82bd78

#b378bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b378bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b378bd Color CSS Codes

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

#b378bd Text Font Color

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

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


#b378bd Background Color

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

This div background color is #b378bd


#b378bd Border Color

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

This div border color is #b378bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b378bd


Comments

No comments written yet.

Please login to write comment.