Color Hex Logo

#b977dc Color Hex

#B977DC
(185,119,220)
0 Favorites   0 Comments

Color spaces of #b977dc

RGB 185119220
HSL0.780.590.66
HSV279°46°86°
CMYK 0.160.460.00   0.14
XYZ39.522728.675271.1619
Yxy28.67520.28360.2058
Hunter Lab53.549238.0331-41.3064
CIE-Lab60.493943.4830-41.6778

#b977dc color RGB value is (185,119,220).

#b977dc hex color red value is 185, green value is 119 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b977dc hue: 0.78 , saturation: 0.59 and the lightness value of b977dc is 0.66.

The process color (four color CMYK) of #b977dc color hex is 0.16, 0.46, 0.00, 0.14. Web safe color of #b977dc is #cc66cc. Color #b977dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110111 11011100
Octal 271 167 334
Decimal 185 119 220
Hex B9 77 DC

RGB Percentages of Color #b977dc

%35.31
%22.71
%41.98

CMYK Percentages of Color #b977dc

%16
%46
%0
%14

Triadic Colors of #b977dc

#b977dc #dcb977 #77dcb9

Analogous Colors of #b977dc

#b977dc #dc77cd #8777dc

Monochromatic Colors of #b977dc

#b977dc

Complementary Color

#b977dc #9adc77

#b977dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b977dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b977dc Color CSS Codes

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

#b977dc Text Font Color

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

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


#b977dc Background Color

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

This div background color is #b977dc


#b977dc Border Color

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

This div border color is #b977dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b977dc


Comments

No comments written yet.

Please login to write comment.