Color Hex Logo

#b978cc Color Hex

#B978CC
(185,120,204)
0 Favorites   0 Comments

Color spaces of #b978cc

RGB 185120204
HSL0.800.450.64
HSV286°41°80°
CMYK 0.090.410.00   0.20
XYZ37.623128.106960.5690
Yxy28.10690.29790.2225
Hunter Lab53.015933.8958-30.6258
CIE-Lab59.985239.5982-33.4762

#b978cc color RGB value is (185,120,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111000 11001100
Octal 271 170 314
Decimal 185 120 204
Hex B9 78 CC

RGB Percentages of Color #b978cc

%36.35
%23.58
%40.08

CMYK Percentages of Color #b978cc

%9
%41
%0
%20

Triadic Colors of #b978cc

#b978cc #ccb978 #78ccb9

Analogous Colors of #b978cc

#b978cc #cc78b5 #8f78cc

Monochromatic Colors of #b978cc

#b978cc

Complementary Color

#b978cc #8bcc78

#b978cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b978cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b978cc Color CSS Codes

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

#b978cc Text Font Color

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

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


#b978cc Background Color

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

This div background color is #b978cc


#b978cc Border Color

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

This div border color is #b978cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b978cc


Comments

No comments written yet.

Please login to write comment.