Color Hex Logo

#b680eb Color Hex

#B680EB
(182,128,235)
0 Favorites   0 Comments

Color spaces of #b680eb

RGB 182128235
HSL0.750.730.71
HSV270°46°92°
CMYK 0.230.460.00   0.08
XYZ42.006031.381682.4406
Yxy31.38160.26960.2014
Hunter Lab56.019335.8143-48.0404
CIE-Lab62.828541.0783-46.3764

#b680eb color RGB value is (182,128,235).

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

The process color (four color CMYK) of #b680eb color hex is 0.23, 0.46, 0.00, 0.08. Web safe color of #b680eb is #cc99ff. Color #b680eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000000 11101011
Octal 266 200 353
Decimal 182 128 235
Hex B6 80 EB

RGB Percentages of Color #b680eb

%33.39
%23.49
%43.12

CMYK Percentages of Color #b680eb

%23
%46
%0
%8

Triadic Colors of #b680eb

#b680eb #ebb680 #80ebb6

Analogous Colors of #b680eb

#b680eb #eb80eb #8180eb

Monochromatic Colors of #b680eb

#b680eb

Complementary Color

#b680eb #b5eb80

#b680eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b680eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b680eb Color CSS Codes

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

#b680eb Text Font Color

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

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


#b680eb Background Color

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

This div background color is #b680eb


#b680eb Border Color

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

This div border color is #b680eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b680eb


Comments

No comments written yet.

Please login to write comment.