Color Hex Logo

#b78cbe Color Hex

#B78CBE
(183,140,190)
0 Favorites   0 Comments

Color spaces of #b78cbe

RGB 183140190
HSL0.810.280.65
HSV292°26°75°
CMYK 0.040.260.00   0.25
XYZ38.200832.541252.9829
Yxy32.54120.30880.2630
Hunter Lab57.044919.7061-15.1367
CIE-Lab63.787725.0777-19.7446

#b78cbe color RGB value is (183,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001100 10111110
Octal 267 214 276
Decimal 183 140 190
Hex B7 8C BE

RGB Percentages of Color #b78cbe

%35.67
%27.29
%37.04

CMYK Percentages of Color #b78cbe

%4
%26
%0
%25

Triadic Colors of #b78cbe

#b78cbe #beb78c #8cbeb7

Analogous Colors of #b78cbe

#b78cbe #be8cac #9e8cbe

Monochromatic Colors of #b78cbe

#b78cbe

Complementary Color

#b78cbe #93be8c

#b78cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78cbe Color CSS Codes

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

#b78cbe Text Font Color

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

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


#b78cbe Background Color

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

This div background color is #b78cbe


#b78cbe Border Color

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

This div border color is #b78cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78cbe


Comments

No comments written yet.

Please login to write comment.