Color Hex Logo

#b68fbc Color Hex

#B68FBC
(182,143,188)
0 Favorites   0 Comments

Color spaces of #b68fbc

RGB 182143188
HSL0.810.250.65
HSV292°24°74°
CMYK 0.030.240.00   0.26
XYZ38.191033.220851.9763
Yxy33.22080.30950.2692
Hunter Lab57.637517.4097-13.1203
CIE-Lab64.339322.6685-17.7910

#b68fbc color RGB value is (182,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001111 10111100
Octal 266 217 274
Decimal 182 143 188
Hex B6 8F BC

RGB Percentages of Color #b68fbc

%35.48
%27.88
%36.65

CMYK Percentages of Color #b68fbc

%3
%24
%0
%26

Triadic Colors of #b68fbc

#b68fbc #bcb68f #8fbcb6

Analogous Colors of #b68fbc

#b68fbc #bc8fac #a08fbc

Monochromatic Colors of #b68fbc

#b68fbc

Complementary Color

#b68fbc #95bc8f

#b68fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68fbc Color CSS Codes

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

#b68fbc Text Font Color

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

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


#b68fbc Background Color

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

This div background color is #b68fbc


#b68fbc Border Color

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

This div border color is #b68fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68fbc


Comments

No comments written yet.

Please login to write comment.