Color Hex Logo

#b676df Color Hex

#B676DF
(182,118,223)
0 Favorites   0 Comments

Color spaces of #b676df

RGB 182118223
HSL0.770.620.67
HSV277°47°87°
CMYK 0.180.470.00   0.13
XYZ39.089128.229773.2007
Yxy28.22970.27820.2009
Hunter Lab53.131638.3426-44.4931
CIE-Lab60.095743.8296-44.0063

#b676df color RGB value is (182,118,223).

#b676df hex color red value is 182, green value is 118 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b676df hue: 0.77 , saturation: 0.62 and the lightness value of b676df is 0.67.

The process color (four color CMYK) of #b676df color hex is 0.18, 0.47, 0.00, 0.13. Web safe color of #b676df is #cc66cc. Color #b676df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 11011111
Octal 266 166 337
Decimal 182 118 223
Hex B6 76 DF

RGB Percentages of Color #b676df

%34.80
%22.56
%42.64

CMYK Percentages of Color #b676df

%18
%47
%0
%13

Triadic Colors of #b676df

#b676df #dfb676 #76dfb6

Analogous Colors of #b676df

#b676df #df76d4 #8276df

Monochromatic Colors of #b676df

#b676df

Complementary Color

#b676df #9fdf76

#b676df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b676df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b676df Color CSS Codes

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

#b676df Text Font Color

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

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


#b676df Background Color

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

This div background color is #b676df


#b676df Border Color

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

This div border color is #b676df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b676df


Comments

No comments written yet.

Please login to write comment.