Color Hex Logo

#b78bbe Color Hex

#B78BBE
(183,139,190)
0 Favorites   0 Comments

Color spaces of #b78bbe

RGB 183139190
HSL0.810.280.65
HSV292°27°75°
CMYK 0.040.270.00   0.25
XYZ38.055332.250252.9344
Yxy32.25020.30880.2617
Hunter Lab56.789320.2342-15.5129
CIE-Lab63.549125.6368-20.1079

#b78bbe color RGB value is (183,139,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001011 10111110
Octal 267 213 276
Decimal 183 139 190
Hex B7 8B BE

RGB Percentages of Color #b78bbe

%35.74
%27.15
%37.11

CMYK Percentages of Color #b78bbe

%4
%27
%0
%25

Triadic Colors of #b78bbe

#b78bbe #beb78b #8bbeb7

Analogous Colors of #b78bbe

#b78bbe #be8bac #9e8bbe

Monochromatic Colors of #b78bbe

#b78bbe

Complementary Color

#b78bbe #92be8b

#b78bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78bbe Color CSS Codes

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

#b78bbe Text Font Color

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

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


#b78bbe Background Color

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

This div background color is #b78bbe


#b78bbe Border Color

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

This div border color is #b78bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78bbe


Comments

No comments written yet.

Please login to write comment.