Color Hex Logo

#b068ab Color Hex

#B068AB
(176,104,171)
0 Favorites   0 Comments

Color spaces of #b068ab

RGB 176104171
HSL0.840.310.55
HSV304°41°69°
CMYK 0.000.410.03   0.31
XYZ30.205522.071041.1962
Yxy22.07100.32310.2361
Hunter Lab46.979832.5514-19.1051
CIE-Lab54.102339.0431-23.7876

#b068ab color RGB value is (176,104,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101000 10101011
Octal 260 150 253
Decimal 176 104 171
Hex B0 68 AB

RGB Percentages of Color #b068ab

%39.02
%23.06
%37.92

CMYK Percentages of Color #b068ab

%0
%41
%3
%31

Triadic Colors of #b068ab

#b068ab #abb068 #68abb0

Analogous Colors of #b068ab

#b068ab #b06887 #9168b0

Monochromatic Colors of #b068ab

#b068ab

Complementary Color

#b068ab #68b06d

#b068ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b068ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b068ab Color CSS Codes

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

#b068ab Text Font Color

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

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


#b068ab Background Color

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

This div background color is #b068ab


#b068ab Border Color

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

This div border color is #b068ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b068ab


Comments

No comments written yet.

Please login to write comment.