Color Hex Logo

#b978bd Color Hex

#B978BD
(185,120,189)
0 Favorites   0 Comments

Color spaces of #b978bd

RGB 185120189
HSL0.820.340.61
HSV297°37°74°
CMYK 0.020.370.00   0.26
XYZ35.909427.421451.5443
Yxy27.42140.31260.2387
Hunter Lab52.365430.7661-21.7045
CIE-Lab59.362436.6219-25.9376

#b978bd color RGB value is (185,120,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111000 10111101
Octal 271 170 275
Decimal 185 120 189
Hex B9 78 BD

RGB Percentages of Color #b978bd

%37.45
%24.29
%38.26

CMYK Percentages of Color #b978bd

%2
%37
%0
%26

Triadic Colors of #b978bd

#b978bd #bdb978 #78bdb9

Analogous Colors of #b978bd

#b978bd #bd789f #9778bd

Monochromatic Colors of #b978bd

#b978bd

Complementary Color

#b978bd #7cbd78

#b978bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b978bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b978bd Color CSS Codes

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

#b978bd Text Font Color

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

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


#b978bd Background Color

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

This div background color is #b978bd


#b978bd Border Color

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

This div border color is #b978bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b978bd


Comments

No comments written yet.

Please login to write comment.