Color Hex Logo

#b67baf Color Hex

#B67BAF
(182,123,175)
0 Favorites   0 Comments

Color spaces of #b67baf

RGB 182123175
HSL0.850.290.60
HSV307°32°71°
CMYK 0.000.320.04   0.29
XYZ34.112227.206144.0108
Yxy27.20610.32390.2583
Hunter Lab52.159525.4596-13.5157
CIE-Lab59.164631.3407-18.2814

#b67baf color RGB value is (182,123,175).

#b67baf hex color red value is 182, green value is 123 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b67baf hue: 0.85 , saturation: 0.29 and the lightness value of b67baf is 0.60.

The process color (four color CMYK) of #b67baf color hex is 0.00, 0.32, 0.04, 0.29. Web safe color of #b67baf is #cc6699. Color #b67baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111011 10101111
Octal 266 173 257
Decimal 182 123 175
Hex B6 7B AF

RGB Percentages of Color #b67baf

%37.92
%25.63
%36.46

CMYK Percentages of Color #b67baf

%0
%32
%4
%29

Triadic Colors of #b67baf

#b67baf #afb67b #7bafb6

Analogous Colors of #b67baf

#b67baf #b67b92 #a07bb6

Monochromatic Colors of #b67baf

#b67baf

Complementary Color

#b67baf #7bb682

#b67baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67baf Color CSS Codes

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

#b67baf Text Font Color

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

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


#b67baf Background Color

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

This div background color is #b67baf


#b67baf Border Color

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

This div border color is #b67baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67baf


Comments

No comments written yet.

Please login to write comment.