Color Hex Logo

#b676bc Color Hex

#B676BC
(182,118,188)
0 Favorites   0 Comments

Color spaces of #b676bc

RGB 182118188
HSL0.820.340.60
HSV295°37°74°
CMYK 0.030.370.00   0.26
XYZ34.846926.532850.8617
Yxy26.53280.31050.2364
Hunter Lab51.510030.6141-22.4868
CIE-Lab58.539436.5686-26.6655

#b676bc color RGB value is (182,118,188).

#b676bc hex color red value is 182, green value is 118 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b676bc hue: 0.82 , saturation: 0.34 and the lightness value of b676bc is 0.60.

The process color (four color CMYK) of #b676bc color hex is 0.03, 0.37, 0.00, 0.26. Web safe color of #b676bc is #cc66cc. Color #b676bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 10111100
Octal 266 166 274
Decimal 182 118 188
Hex B6 76 BC

RGB Percentages of Color #b676bc

%37.30
%24.18
%38.52

CMYK Percentages of Color #b676bc

%3
%37
%0
%26

Triadic Colors of #b676bc

#b676bc #bcb676 #76bcb6

Analogous Colors of #b676bc

#b676bc #bc769f #9376bc

Monochromatic Colors of #b676bc

#b676bc

Complementary Color

#b676bc #7cbc76

#b676bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b676bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b676bc Color CSS Codes

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

#b676bc Text Font Color

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

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


#b676bc Background Color

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

This div background color is #b676bc


#b676bc Border Color

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

This div border color is #b676bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b676bc


Comments

No comments written yet.

Please login to write comment.