Color Hex Logo

#b688eb Color Hex

#B688EB
(182,136,235)
0 Favorites   0 Comments

Color spaces of #b688eb

RGB 182136235
HSL0.740.710.73
HSV268°42°92°
CMYK 0.230.420.00   0.08
XYZ43.091033.551682.8022
Yxy33.55160.27030.2104
Hunter Lab57.923731.4243-44.2086
CIE-Lab64.605136.6718-43.5794

#b688eb color RGB value is (182,136,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001000 11101011
Octal 266 210 353
Decimal 182 136 235
Hex B6 88 EB

RGB Percentages of Color #b688eb

%32.91
%24.59
%42.50

CMYK Percentages of Color #b688eb

%23
%42
%0
%8

Triadic Colors of #b688eb

#b688eb #ebb688 #88ebb6

Analogous Colors of #b688eb

#b688eb #e888eb #888ceb

Monochromatic Colors of #b688eb

#b688eb

Complementary Color

#b688eb #bdeb88

#b688eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b688eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b688eb Color CSS Codes

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

#b688eb Text Font Color

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

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


#b688eb Background Color

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

This div background color is #b688eb


#b688eb Border Color

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

This div border color is #b688eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b688eb


Comments

No comments written yet.

Please login to write comment.