Color Hex Logo

#b688ef Color Hex

#B688EF
(182,136,239)
0 Favorites   0 Comments

Color spaces of #b688ef

RGB 182136239
HSL0.740.760.74
HSV267°43°94°
CMYK 0.240.430.00   0.06
XYZ43.675633.785485.8806
Yxy33.78540.26740.2068
Hunter Lab58.125232.4068-46.9139
CIE-Lab64.791937.5958-45.4922

#b688ef color RGB value is (182,136,239).

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

The process color (four color CMYK) of #b688ef color hex is 0.24, 0.43, 0.00, 0.06. Web safe color of #b688ef is #cc99ff. Color #b688ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001000 11101111
Octal 266 210 357
Decimal 182 136 239
Hex B6 88 EF

RGB Percentages of Color #b688ef

%32.68
%24.42
%42.91

CMYK Percentages of Color #b688ef

%24
%43
%0
%6

Triadic Colors of #b688ef

#b688ef #efb688 #88efb6

Analogous Colors of #b688ef

#b688ef #ea88ef #888eef

Monochromatic Colors of #b688ef

#b688ef

Complementary Color

#b688ef #c1ef88

#b688ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b688ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b688ef Color CSS Codes

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

#b688ef Text Font Color

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

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


#b688ef Background Color

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

This div background color is #b688ef


#b688ef Border Color

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

This div border color is #b688ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b688ef


Comments

No comments written yet.

Please login to write comment.