Color Hex Logo

#b688ff Color Hex

#B688FF
(182,136,255)
0 Favorites   0 Comments

Color spaces of #b688ff

RGB 182136255
HSL0.731.000.77
HSV263°47°100°
CMYK 0.290.470.00   0.00
XYZ46.145634.773498.8875
Yxy34.77340.25660.1934
Hunter Lab58.969036.4877-58.1476
CIE-Lab65.571941.3743-53.0414

#b688ff color RGB value is (182,136,255).

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

The process color (four color CMYK) of #b688ff color hex is 0.29, 0.47, 0.00, 0.00. Web safe color of #b688ff is #cc99ff. Color #b688ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001000 11111111
Octal 266 210 377
Decimal 182 136 255
Hex B6 88 FF

RGB Percentages of Color #b688ff

%31.76
%23.73
%44.50

CMYK Percentages of Color #b688ff

%29
%47
%0
%0

Triadic Colors of #b688ff

#b688ff #ffb688 #88ffb6

Analogous Colors of #b688ff

#b688ff #f288ff #8896ff

Monochromatic Colors of #b688ff

#b688ff

Complementary Color

#b688ff #d1ff88

#b688ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b688ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b688ff Color CSS Codes

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

#b688ff Text Font Color

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

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


#b688ff Background Color

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

This div background color is #b688ff


#b688ff Border Color

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

This div border color is #b688ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b688ff

Related Colors

#b688ff Color Palettes


Comments

No comments written yet.

Please login to write comment.