Color Hex Logo

#b676de Color Hex

#B676DE
(182,118,222)
0 Favorites   0 Comments

Color spaces of #b676de

RGB 182118222
HSL0.770.610.67
HSV277°47°87°
CMYK 0.180.470.00   0.13
XYZ38.954728.175972.4926
Yxy28.17590.27900.2018
Hunter Lab53.081038.1046-43.8156
CIE-Lab60.047343.6115-43.5229

#b676de color RGB value is (182,118,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 11011110
Octal 266 166 336
Decimal 182 118 222
Hex B6 76 DE

RGB Percentages of Color #b676de

%34.87
%22.61
%42.53

CMYK Percentages of Color #b676de

%18
%47
%0
%13

Triadic Colors of #b676de

#b676de #deb676 #76deb6

Analogous Colors of #b676de

#b676de #de76d2 #8276de

Monochromatic Colors of #b676de

#b676de

Complementary Color

#b676de #9ede76

#b676de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b676de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b676de Color CSS Codes

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

#b676de Text Font Color

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

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


#b676de Background Color

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

This div background color is #b676de


#b676de Border Color

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

This div border color is #b676de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b676de


Comments

No comments written yet.

Please login to write comment.