Color Hex Logo

#b679ef Color Hex

#B679EF
(182,121,239)
0 Favorites   0 Comments

Color spaces of #b679ef

RGB 182121239
HSL0.750.790.71
HSV271°49°94°
CMYK 0.240.490.00   0.06
XYZ41.708829.851885.2250
Yxy29.85180.26600.1904
Hunter Lab54.636840.6494-54.2375
CIE-Lab61.526145.7914-50.6513

#b679ef color RGB value is (182,121,239).

#b679ef hex color red value is 182, green value is 121 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b679ef hue: 0.75 , saturation: 0.79 and the lightness value of b679ef is 0.71.

The process color (four color CMYK) of #b679ef color hex is 0.24, 0.49, 0.00, 0.06. Web safe color of #b679ef is #cc66ff. Color #b679ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111001 11101111
Octal 266 171 357
Decimal 182 121 239
Hex B6 79 EF

RGB Percentages of Color #b679ef

%33.58
%22.32
%44.10

CMYK Percentages of Color #b679ef

%24
%49
%0
%6

Triadic Colors of #b679ef

#b679ef #efb679 #79efb6

Analogous Colors of #b679ef

#b679ef #ef79ed #7b79ef

Monochromatic Colors of #b679ef

#b679ef

Complementary Color

#b679ef #b2ef79

#b679ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b679ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b679ef Color CSS Codes

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

#b679ef Text Font Color

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

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


#b679ef Background Color

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

This div background color is #b679ef


#b679ef Border Color

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

This div border color is #b679ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b679ef


Comments

No comments written yet.

Please login to write comment.