Color Hex Logo

#b78ccb Color Hex

#B78CCB
(183,140,203)
0 Favorites   0 Comments

Color spaces of #b78ccb

RGB 183140203
HSL0.780.380.67
HSV281°31°80°
CMYK 0.100.310.00   0.20
XYZ39.686033.135260.8040
Yxy33.13520.29700.2480
Hunter Lab57.563222.3284-22.3338
CIE-Lab64.270227.7190-26.3007

#b78ccb color RGB value is (183,140,203).

#b78ccb hex color red value is 183, green value is 140 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b78ccb hue: 0.78 , saturation: 0.38 and the lightness value of b78ccb is 0.67.

The process color (four color CMYK) of #b78ccb color hex is 0.10, 0.31, 0.00, 0.20. Web safe color of #b78ccb is #cc99cc. Color #b78ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001100 11001011
Octal 267 214 313
Decimal 183 140 203
Hex B7 8C CB

RGB Percentages of Color #b78ccb

%34.79
%26.62
%38.59

CMYK Percentages of Color #b78ccb

%10
%31
%0
%20

Triadic Colors of #b78ccb

#b78ccb #cbb78c #8ccbb7

Analogous Colors of #b78ccb

#b78ccb #cb8cc0 #988ccb

Monochromatic Colors of #b78ccb

#b78ccb

Complementary Color

#b78ccb #a0cb8c

#b78ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78ccb Color CSS Codes

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

#b78ccb Text Font Color

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

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


#b78ccb Background Color

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

This div background color is #b78ccb


#b78ccb Border Color

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

This div border color is #b78ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78ccb


Comments

No comments written yet.

Please login to write comment.