Color Hex Logo

#b68fbd Color Hex

#B68FBD
(182,143,189)
0 Favorites   0 Comments

Color spaces of #b68fbd

RGB 182143189
HSL0.810.260.65
HSV291°24°74°
CMYK 0.040.240.00   0.26
XYZ38.299233.264152.5461
Yxy33.26410.30860.2680
Hunter Lab57.675017.6019-13.6449
CIE-Lab64.374222.8662-18.2999

#b68fbd color RGB value is (182,143,189).

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

The process color (four color CMYK) of #b68fbd color hex is 0.04, 0.24, 0.00, 0.26. Web safe color of #b68fbd is #cc99cc. Color #b68fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001111 10111101
Octal 266 217 275
Decimal 182 143 189
Hex B6 8F BD

RGB Percentages of Color #b68fbd

%35.41
%27.82
%36.77

CMYK Percentages of Color #b68fbd

%4
%24
%0
%26

Triadic Colors of #b68fbd

#b68fbd #bdb68f #8fbdb6

Analogous Colors of #b68fbd

#b68fbd #bd8fad #9f8fbd

Monochromatic Colors of #b68fbd

#b68fbd

Complementary Color

#b68fbd #96bd8f

#b68fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68fbd Color CSS Codes

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

#b68fbd Text Font Color

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

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


#b68fbd Background Color

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

This div background color is #b68fbd


#b68fbd Border Color

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

This div border color is #b68fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68fbd


Comments

No comments written yet.

Please login to write comment.