Color Hex Logo

#b676eb Color Hex

#B676EB
(182,118,235)
0 Favorites   0 Comments

Color spaces of #b676eb

RGB 182118235
HSL0.760.750.69
HSV273°50°92°
CMYK 0.230.500.00   0.08
XYZ40.765228.900182.0270
Yxy28.90010.26870.1905
Hunter Lab53.758841.2783-52.8355
CIE-Lab60.693446.4938-49.7523

#b676eb color RGB value is (182,118,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 11101011
Octal 266 166 353
Decimal 182 118 235
Hex B6 76 EB

RGB Percentages of Color #b676eb

%34.02
%22.06
%43.93

CMYK Percentages of Color #b676eb

%23
%50
%0
%8

Triadic Colors of #b676eb

#b676eb #ebb676 #76ebb6

Analogous Colors of #b676eb

#b676eb #eb76e6 #7c76eb

Monochromatic Colors of #b676eb

#b676eb

Complementary Color

#b676eb #abeb76

#b676eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b676eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b676eb Color CSS Codes

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

#b676eb Text Font Color

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

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


#b676eb Background Color

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

This div background color is #b676eb


#b676eb Border Color

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

This div border color is #b676eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b676eb


Comments

No comments written yet.

Please login to write comment.