Color Hex Logo

#b977cc Color Hex

#B977CC
(185,119,204)
0 Favorites   0 Comments

Color spaces of #b977cc

RGB 185119204
HSL0.800.450.63
HSV287°42°80°
CMYK 0.090.420.00   0.20
XYZ37.503527.867660.5291
Yxy27.86760.29790.2213
Hunter Lab52.789834.4299-31.0295
CIE-Lab59.768940.1409-33.8130

#b977cc color RGB value is (185,119,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110111 11001100
Octal 271 167 314
Decimal 185 119 204
Hex B9 77 CC

RGB Percentages of Color #b977cc

%36.42
%23.43
%40.16

CMYK Percentages of Color #b977cc

%9
%42
%0
%20

Triadic Colors of #b977cc

#b977cc #ccb977 #77ccb9

Analogous Colors of #b977cc

#b977cc #cc77b5 #8f77cc

Monochromatic Colors of #b977cc

#b977cc

Complementary Color

#b977cc #8acc77

#b977cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b977cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b977cc Color CSS Codes

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

#b977cc Text Font Color

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

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


#b977cc Background Color

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

This div background color is #b977cc


#b977cc Border Color

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

This div border color is #b977cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b977cc


Comments

No comments written yet.

Please login to write comment.