Color Hex Logo

#b976ed Color Hex

#B976ED
(185,118,237)
1 Favorites   0 Comments

Color spaces of #b976ed

RGB 185118237
HSL0.760.770.70
HSV274°50°93°
CMYK 0.220.500.00   0.07
XYZ41.772129.385683.5911
Yxy29.38560.26990.1899
Hunter Lab54.208542.6841-53.4810
CIE-Lab61.120447.7322-50.1653

#b976ed color RGB value is (185,118,237).

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

The process color (four color CMYK) of #b976ed color hex is 0.22, 0.50, 0.00, 0.07. Web safe color of #b976ed is #cc66ff. Color #b976ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110110 11101101
Octal 271 166 355
Decimal 185 118 237
Hex B9 76 ED

RGB Percentages of Color #b976ed

%34.26
%21.85
%43.89

CMYK Percentages of Color #b976ed

%22
%50
%0
%7

Triadic Colors of #b976ed

#b976ed #edb976 #76edb9

Analogous Colors of #b976ed

#b976ed #ed76e6 #7e76ed

Monochromatic Colors of #b976ed

#b976ed

Complementary Color

#b976ed #aaed76

#b976ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b976ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b976ed Color CSS Codes

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

#b976ed Text Font Color

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

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


#b976ed Background Color

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

This div background color is #b976ed


#b976ed Border Color

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

This div border color is #b976ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b976ed


Comments

No comments written yet.

Please login to write comment.