Color Hex Logo

#b977da Color Hex

#B977DA
(185,119,218)
0 Favorites   0 Comments

Color spaces of #b977da

RGB 185119218
HSL0.780.570.66
HSV280°45°85°
CMYK 0.150.450.00   0.15
XYZ39.259328.569969.7750
Yxy28.56990.28530.2076
Hunter Lab53.450837.5682-39.9819
CIE-Lab60.400243.0562-40.7044

#b977da color RGB value is (185,119,218).

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

The process color (four color CMYK) of #b977da color hex is 0.15, 0.45, 0.00, 0.15. Web safe color of #b977da is #cc66cc. Color #b977da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110111 11011010
Octal 271 167 332
Decimal 185 119 218
Hex B9 77 DA

RGB Percentages of Color #b977da

%35.44
%22.80
%41.76

CMYK Percentages of Color #b977da

%15
%45
%0
%15

Triadic Colors of #b977da

#b977da #dab977 #77dab9

Analogous Colors of #b977da

#b977da #da77ca #8877da

Monochromatic Colors of #b977da

#b977da

Complementary Color

#b977da #98da77

#b977da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b977da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b977da Color CSS Codes

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

#b977da Text Font Color

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

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


#b977da Background Color

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

This div background color is #b977da


#b977da Border Color

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

This div border color is #b977da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b977da


Comments

No comments written yet.

Please login to write comment.