Color Hex Logo

#b976ea Color Hex

#B976EA
(185,118,234)
0 Favorites   0 Comments

Color spaces of #b976ea

RGB 185118234
HSL0.760.730.69
HSV275°50°92°
CMYK 0.210.500.00   0.08
XYZ41.337329.211781.3016
Yxy29.21170.27220.1924
Hunter Lab54.047841.9380-51.3536
CIE-Lab60.968047.0657-48.7407

#b976ea color RGB value is (185,118,234).

#b976ea hex color red value is 185, green value is 118 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b976ea hue: 0.76 , saturation: 0.73 and the lightness value of b976ea is 0.69.

The process color (four color CMYK) of #b976ea color hex is 0.21, 0.50, 0.00, 0.08. Web safe color of #b976ea is #cc66ff. Color #b976ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110110 11101010
Octal 271 166 352
Decimal 185 118 234
Hex B9 76 EA

RGB Percentages of Color #b976ea

%34.45
%21.97
%43.58

CMYK Percentages of Color #b976ea

%21
%50
%0
%8

Triadic Colors of #b976ea

#b976ea #eab976 #76eab9

Analogous Colors of #b976ea

#b976ea #ea76e1 #7f76ea

Monochromatic Colors of #b976ea

#b976ea

Complementary Color

#b976ea #a7ea76

#b976ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b976ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b976ea Color CSS Codes

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

#b976ea Text Font Color

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

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


#b976ea Background Color

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

This div background color is #b976ea


#b976ea Border Color

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

This div border color is #b976ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b976ea


Comments

No comments written yet.

Please login to write comment.