Color Hex Logo

#b78fbf Color Hex

#B78FBF
(183,143,191)
0 Favorites   0 Comments

Color spaces of #b78fbf

RGB 183143191
HSL0.810.270.65
HSV290°25°75°
CMYK 0.040.250.00   0.25
XYZ38.754933.473853.7087
Yxy33.47380.30770.2658
Hunter Lab57.856518.3183-14.5398
CIE-Lab64.542723.5987-19.1579

#b78fbf color RGB value is (183,143,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001111 10111111
Octal 267 217 277
Decimal 183 143 191
Hex B7 8F BF

RGB Percentages of Color #b78fbf

%35.40
%27.66
%36.94

CMYK Percentages of Color #b78fbf

%4
%25
%0
%25

Triadic Colors of #b78fbf

#b78fbf #bfb78f #8fbfb7

Analogous Colors of #b78fbf

#b78fbf #bf8faf #9f8fbf

Monochromatic Colors of #b78fbf

#b78fbf

Complementary Color

#b78fbf #97bf8f

#b78fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78fbf Color CSS Codes

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

#b78fbf Text Font Color

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

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


#b78fbf Background Color

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

This div background color is #b78fbf


#b78fbf Border Color

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

This div border color is #b78fbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,143,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78fbf


Comments

No comments written yet.

Please login to write comment.