Color Hex Logo

#b67fbd Color Hex

#B67FBD
(182,127,189)
0 Favorites   0 Comments

Color spaces of #b67fbd

RGB 182127189
HSL0.810.320.62
HSV293°33°74°
CMYK 0.040.330.00   0.26
XYZ36.066128.798051.8018
Yxy28.79800.30910.2468
Hunter Lab53.663826.0539-19.6682
CIE-Lab60.602931.7997-24.0578

#b67fbd color RGB value is (182,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111111 10111101
Octal 266 177 275
Decimal 182 127 189
Hex B6 7F BD

RGB Percentages of Color #b67fbd

%36.55
%25.50
%37.95

CMYK Percentages of Color #b67fbd

%4
%33
%0
%26

Triadic Colors of #b67fbd

#b67fbd #bdb67f #7fbdb6

Analogous Colors of #b67fbd

#b67fbd #bd7fa5 #977fbd

Monochromatic Colors of #b67fbd

#b67fbd

Complementary Color

#b67fbd #86bd7f

#b67fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67fbd Color CSS Codes

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

#b67fbd Text Font Color

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

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


#b67fbd Background Color

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

This div background color is #b67fbd


#b67fbd Border Color

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

This div border color is #b67fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67fbd


Comments

No comments written yet.

Please login to write comment.