Color Hex Logo

#b69ebc Color Hex

#B69EBC
(182,158,188)
0 Favorites   0 Comments

Color spaces of #b69ebc

RGB 182158188
HSL0.800.180.68
HSV288°16°74°
CMYK 0.030.160.00   0.26
XYZ40.595438.029652.7778
Yxy38.02960.30890.2894
Hunter Lab61.66819.5852-7.5748
CIE-Lab68.042414.2925-12.2056

#b69ebc color RGB value is (182,158,188).

#b69ebc hex color red value is 182, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b69ebc hue: 0.80 , saturation: 0.18 and the lightness value of b69ebc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011110 10111100
Octal 266 236 274
Decimal 182 158 188
Hex B6 9E BC

RGB Percentages of Color #b69ebc

%34.47
%29.92
%35.61

CMYK Percentages of Color #b69ebc

%3
%16
%0
%26

Triadic Colors of #b69ebc

#b69ebc #bcb69e #9ebcb6

Analogous Colors of #b69ebc

#b69ebc #bc9eb3 #a79ebc

Monochromatic Colors of #b69ebc

#b69ebc

Complementary Color

#b69ebc #a4bc9e

#b69ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69ebc Color CSS Codes

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

#b69ebc Text Font Color

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

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


#b69ebc Background Color

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

This div background color is #b69ebc


#b69ebc Border Color

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

This div border color is #b69ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69ebc


Comments

No comments written yet.

Please login to write comment.