Color Hex Logo

#b67ebd Color Hex

#B67EBD
(182,126,189)
0 Favorites   0 Comments

Color spaces of #b67ebd

RGB 182126189
HSL0.810.320.62
HSV293°33°74°
CMYK 0.040.330.00   0.26
XYZ35.937628.540951.7589
Yxy28.54090.30920.2455
Hunter Lab53.423726.5838-20.0458
CIE-Lab60.374332.3548-24.4089

#b67ebd color RGB value is (182,126,189).

#b67ebd hex color red value is 182, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b67ebd hue: 0.81 , saturation: 0.32 and the lightness value of b67ebd is 0.62.

The process color (four color CMYK) of #b67ebd color hex is 0.04, 0.33, 0.00, 0.26. Web safe color of #b67ebd is #cc66cc. Color #b67ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111110 10111101
Octal 266 176 275
Decimal 182 126 189
Hex B6 7E BD

RGB Percentages of Color #b67ebd

%36.62
%25.35
%38.03

CMYK Percentages of Color #b67ebd

%4
%33
%0
%26

Triadic Colors of #b67ebd

#b67ebd #bdb67e #7ebdb6

Analogous Colors of #b67ebd

#b67ebd #bd7ea5 #977ebd

Monochromatic Colors of #b67ebd

#b67ebd

Complementary Color

#b67ebd #85bd7e

#b67ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67ebd Color CSS Codes

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

#b67ebd Text Font Color

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

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


#b67ebd Background Color

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

This div background color is #b67ebd


#b67ebd Border Color

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

This div border color is #b67ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67ebd


Comments

No comments written yet.

Please login to write comment.