Color Hex Logo

#b78abd Color Hex

#B78ABD
(183,138,189)
0 Favorites   0 Comments

Color spaces of #b78abd

RGB 183138189
HSL0.810.280.64
HSV293°27°74°
CMYK 0.030.270.00   0.26
XYZ37.802231.918452.3126
Yxy31.91840.30980.2616
Hunter Lab56.496420.5672-15.3519
CIE-Lab63.275425.9980-19.9617

#b78abd color RGB value is (183,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001010 10111101
Octal 267 212 275
Decimal 183 138 189
Hex B7 8A BD

RGB Percentages of Color #b78abd

%35.88
%27.06
%37.06

CMYK Percentages of Color #b78abd

%3
%27
%0
%26

Triadic Colors of #b78abd

#b78abd #bdb78a #8abdb7

Analogous Colors of #b78abd

#b78abd #bd8aaa #9e8abd

Monochromatic Colors of #b78abd

#b78abd

Complementary Color

#b78abd #90bd8a

#b78abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78abd Color CSS Codes

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

#b78abd Text Font Color

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

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


#b78abd Background Color

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

This div background color is #b78abd


#b78abd Border Color

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

This div border color is #b78abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78abd


Comments

No comments written yet.

Please login to write comment.