Color Hex Logo

#b78aaf Color Hex

#B78AAF
(183,138,175)
0 Favorites   0 Comments

Color spaces of #b78aaf

RGB 183138175
HSL0.860.240.63
HSV311°25°72°
CMYK 0.000.250.04   0.28
XYZ36.354831.339444.6904
Yxy31.33940.32350.2789
Hunter Lab55.981617.9512-8.1444
CIE-Lab62.793123.3226-12.7826

#b78aaf color RGB value is (183,138,175).

#b78aaf hex color red value is 183, green value is 138 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b78aaf hue: 0.86 , saturation: 0.24 and the lightness value of b78aaf is 0.63.

The process color (four color CMYK) of #b78aaf color hex is 0.00, 0.25, 0.04, 0.28. Web safe color of #b78aaf is #cc9999. Color #b78aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001010 10101111
Octal 267 212 257
Decimal 183 138 175
Hex B7 8A AF

RGB Percentages of Color #b78aaf

%36.90
%27.82
%35.28

CMYK Percentages of Color #b78aaf

%0
%25
%4
%28

Triadic Colors of #b78aaf

#b78aaf #afb78a #8aafb7

Analogous Colors of #b78aaf

#b78aaf #b78a99 #a98ab7

Monochromatic Colors of #b78aaf

#b78aaf

Complementary Color

#b78aaf #8ab792

#b78aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78aaf Color CSS Codes

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

#b78aaf Text Font Color

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

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


#b78aaf Background Color

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

This div background color is #b78aaf


#b78aaf Border Color

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

This div border color is #b78aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78aaf


Comments

No comments written yet.

Please login to write comment.