Color Hex Logo

#b688bc Color Hex

#B688BC
(182,136,188)
0 Favorites   0 Comments

Color spaces of #b688bc

RGB 182136188
HSL0.810.280.64
HSV293°28°74°
CMYK 0.030.280.00   0.26
XYZ37.172731.184251.6369
Yxy31.18420.30980.2599
Hunter Lab55.842821.0966-15.7345
CIE-Lab62.662826.5858-20.3405

#b688bc color RGB value is (182,136,188).

#b688bc hex color red value is 182, green value is 136 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b688bc hue: 0.81 , saturation: 0.28 and the lightness value of b688bc is 0.64.

The process color (four color CMYK) of #b688bc color hex is 0.03, 0.28, 0.00, 0.26. Web safe color of #b688bc is #cc99cc. Color #b688bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001000 10111100
Octal 266 210 274
Decimal 182 136 188
Hex B6 88 BC

RGB Percentages of Color #b688bc

%35.97
%26.88
%37.15

CMYK Percentages of Color #b688bc

%3
%28
%0
%26

Triadic Colors of #b688bc

#b688bc #bcb688 #88bcb6

Analogous Colors of #b688bc

#b688bc #bc88a8 #9c88bc

Monochromatic Colors of #b688bc

#b688bc

Complementary Color

#b688bc #8ebc88

#b688bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b688bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b688bc Color CSS Codes

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

#b688bc Text Font Color

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

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


#b688bc Background Color

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

This div background color is #b688bc


#b688bc Border Color

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

This div border color is #b688bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b688bc


Comments

No comments written yet.

Please login to write comment.