Color Hex Logo

#b067ab Color Hex

#B067AB
(176,103,171)
0 Favorites   0 Comments

Color spaces of #b067ab

RGB 176103171
HSL0.840.320.55
HSV304°41°69°
CMYK 0.000.410.03   0.31
XYZ30.105421.870941.1628
Yxy21.87090.32320.2348
Hunter Lab46.766333.0667-19.4494
CIE-Lab53.889839.5817-24.1148

#b067ab color RGB value is (176,103,171).

#b067ab hex color red value is 176, green value is 103 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b067ab hue: 0.84 , saturation: 0.32 and the lightness value of b067ab is 0.55.

The process color (four color CMYK) of #b067ab color hex is 0.00, 0.41, 0.03, 0.31. Web safe color of #b067ab is #996699. Color #b067ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100111 10101011
Octal 260 147 253
Decimal 176 103 171
Hex B0 67 AB

RGB Percentages of Color #b067ab

%39.11
%22.89
%38.00

CMYK Percentages of Color #b067ab

%0
%41
%3
%31

Triadic Colors of #b067ab

#b067ab #abb067 #67abb0

Analogous Colors of #b067ab

#b067ab #b06787 #9167b0

Monochromatic Colors of #b067ab

#b067ab

Complementary Color

#b067ab #67b06c

#b067ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b067ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b067ab Color CSS Codes

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

#b067ab Text Font Color

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

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


#b067ab Background Color

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

This div background color is #b067ab


#b067ab Border Color

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

This div border color is #b067ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b067ab


Comments

No comments written yet.

Please login to write comment.