Color Hex Logo

#b976da Color Hex

#B976DA
(185,118,218)
0 Favorites   0 Comments

Color spaces of #b976da

RGB 185118218
HSL0.780.570.66
HSV280°46°85°
CMYK 0.150.460.00   0.15
XYZ39.140928.333169.7356
Yxy28.33310.28530.2065
Hunter Lab53.228838.1064-40.4162
CIE-Lab60.188543.5938-41.0369

#b976da color RGB value is (185,118,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110110 11011010
Octal 271 166 332
Decimal 185 118 218
Hex B9 76 DA

RGB Percentages of Color #b976da

%35.51
%22.65
%41.84

CMYK Percentages of Color #b976da

%15
%46
%0
%15

Triadic Colors of #b976da

#b976da #dab976 #76dab9

Analogous Colors of #b976da

#b976da #da76c9 #8776da

Monochromatic Colors of #b976da

#b976da

Complementary Color

#b976da #97da76

#b976da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b976da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b976da Color CSS Codes

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

#b976da Text Font Color

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

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


#b976da Background Color

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

This div background color is #b976da


#b976da Border Color

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

This div border color is #b976da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b976da


Comments

No comments written yet.

Please login to write comment.