Color Hex Logo

#b977df Color Hex

#B977DF
(185,119,223)
0 Favorites   0 Comments

Color spaces of #b977df

RGB 185119223
HSL0.770.620.67
HSV278°47°87°
CMYK 0.170.470.00   0.13
XYZ39.923728.835773.2737
Yxy28.83570.28110.2030
Hunter Lab53.698938.7370-43.3137
CIE-Lab60.636444.1269-43.1323

#b977df color RGB value is (185,119,223).

#b977df hex color red value is 185, green value is 119 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b977df hue: 0.77 , saturation: 0.62 and the lightness value of b977df is 0.67.

The process color (four color CMYK) of #b977df color hex is 0.17, 0.47, 0.00, 0.13. Web safe color of #b977df is #cc66cc. Color #b977df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110111 11011111
Octal 271 167 337
Decimal 185 119 223
Hex B9 77 DF

RGB Percentages of Color #b977df

%35.10
%22.58
%42.31

CMYK Percentages of Color #b977df

%17
%47
%0
%13

Triadic Colors of #b977df

#b977df #dfb977 #77dfb9

Analogous Colors of #b977df

#b977df #df77d1 #8577df

Monochromatic Colors of #b977df

#b977df

Complementary Color

#b977df #9ddf77

#b977df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b977df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b977df Color CSS Codes

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

#b977df Text Font Color

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

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


#b977df Background Color

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

This div background color is #b977df


#b977df Border Color

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

This div border color is #b977df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b977df


Comments

No comments written yet.

Please login to write comment.