Color Hex Logo

#b978cb Color Hex

#B978CB
(185,120,203)
0 Favorites   0 Comments

Color spaces of #b978cb

RGB 185120203
HSL0.800.440.63
HSV287°41°80°
CMYK 0.090.410.00   0.20
XYZ37.503528.059059.9392
Yxy28.05900.29880.2236
Hunter Lab52.970733.6799-30.0102
CIE-Lab59.942039.3949-32.9786

#b978cb color RGB value is (185,120,203).

#b978cb hex color red value is 185, green value is 120 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b978cb hue: 0.80 , saturation: 0.44 and the lightness value of b978cb is 0.63.

The process color (four color CMYK) of #b978cb color hex is 0.09, 0.41, 0.00, 0.20. Web safe color of #b978cb is #cc66cc. Color #b978cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111000 11001011
Octal 271 170 313
Decimal 185 120 203
Hex B9 78 CB

RGB Percentages of Color #b978cb

%36.42
%23.62
%39.96

CMYK Percentages of Color #b978cb

%9
%41
%0
%20

Triadic Colors of #b978cb

#b978cb #cbb978 #78cbb9

Analogous Colors of #b978cb

#b978cb #cb78b4 #9078cb

Monochromatic Colors of #b978cb

#b978cb

Complementary Color

#b978cb #8acb78

#b978cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b978cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b978cb Color CSS Codes

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

#b978cb Text Font Color

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

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


#b978cb Background Color

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

This div background color is #b978cb


#b978cb Border Color

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

This div border color is #b978cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b978cb


Comments

No comments written yet.

Please login to write comment.