Color Hex Logo

#b976ec Color Hex

#B976EC
(185,118,236)
0 Favorites   0 Comments

Color spaces of #b976ec

RGB 185118236
HSL0.760.760.69
HSV274°50°93°
CMYK 0.220.500.00   0.07
XYZ41.626329.327382.8237
Yxy29.32730.27070.1907
Hunter Lab54.154742.4343-52.7693
CIE-Lab61.069447.5094-49.6912

#b976ec color RGB value is (185,118,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110110 11101100
Octal 271 166 354
Decimal 185 118 236
Hex B9 76 EC

RGB Percentages of Color #b976ec

%34.32
%21.89
%43.78

CMYK Percentages of Color #b976ec

%22
%50
%0
%7

Triadic Colors of #b976ec

#b976ec #ecb976 #76ecb9

Analogous Colors of #b976ec

#b976ec #ec76e4 #7e76ec

Monochromatic Colors of #b976ec

#b976ec

Complementary Color

#b976ec #a9ec76

#b976ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b976ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b976ec Color CSS Codes

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

#b976ec Text Font Color

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

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


#b976ec Background Color

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

This div background color is #b976ec


#b976ec Border Color

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

This div border color is #b976ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b976ec


Comments

No comments written yet.

Please login to write comment.