Color Hex Logo

#b67fab Color Hex

#B67FAB
(182,127,171)
0 Favorites   0 Comments

Color spaces of #b67fab

RGB 182127171
HSL0.870.270.61
HSV312°30°71°
CMYK 0.000.300.06   0.29
XYZ34.231528.064142.1408
Yxy28.06410.32780.2687
Hunter Lab52.975622.6351-10.0809
CIE-Lab59.946628.3838-14.8084

#b67fab color RGB value is (182,127,171).

#b67fab hex color red value is 182, green value is 127 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b67fab hue: 0.87 , saturation: 0.27 and the lightness value of b67fab is 0.61.

The process color (four color CMYK) of #b67fab color hex is 0.00, 0.30, 0.06, 0.29. Web safe color of #b67fab is #cc6699. Color #b67fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111111 10101011
Octal 266 177 253
Decimal 182 127 171
Hex B6 7F AB

RGB Percentages of Color #b67fab

%37.92
%26.46
%35.63

CMYK Percentages of Color #b67fab

%0
%30
%6
%29

Triadic Colors of #b67fab

#b67fab #abb67f #7fabb6

Analogous Colors of #b67fab

#b67fab #b67f90 #a67fb6

Monochromatic Colors of #b67fab

#b67fab

Complementary Color

#b67fab #7fb68a

#b67fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67fab Color CSS Codes

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

#b67fab Text Font Color

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

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


#b67fab Background Color

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

This div background color is #b67fab


#b67fab Border Color

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

This div border color is #b67fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,127,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67fab


Comments

No comments written yet.

Please login to write comment.