Color Hex Logo

#b679de Color Hex

#B679DE
(182,121,222)
0 Favorites   0 Comments

Color spaces of #b679de

RGB 182121222
HSL0.770.600.67
HSV276°45°87°
CMYK 0.180.450.00   0.13
XYZ39.313628.893872.6122
Yxy28.89380.27920.2052
Hunter Lab53.753036.4829-42.4649
CIE-Lab60.687841.9880-42.5146

#b679de color RGB value is (182,121,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111001 11011110
Octal 266 171 336
Decimal 182 121 222
Hex B6 79 DE

RGB Percentages of Color #b679de

%34.67
%23.05
%42.29

CMYK Percentages of Color #b679de

%18
%45
%0
%13

Triadic Colors of #b679de

#b679de #deb679 #79deb6

Analogous Colors of #b679de

#b679de #de79d4 #8479de

Monochromatic Colors of #b679de

#b679de

Complementary Color

#b679de #a1de79

#b679de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b679de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b679de Color CSS Codes

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

#b679de Text Font Color

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

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


#b679de Background Color

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

This div background color is #b679de


#b679de Border Color

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

This div border color is #b679de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,121,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 #b679de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b679de


Comments

No comments written yet.

Please login to write comment.