Color Hex Logo

#b868ab Color Hex

#B868AB
(184,104,171)
0 Favorites   0 Comments

Color spaces of #b868ab

RGB 184104171
HSL0.860.360.56
HSV310°43°72°
CMYK 0.000.430.07   0.28
XYZ32.068223.031341.2834
Yxy23.03130.33270.2390
Hunter Lab47.990935.2920-17.4096
CIE-Lab55.104641.5972-22.1614

#b868ab color RGB value is (184,104,171).

#b868ab hex color red value is 184, green value is 104 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b868ab hue: 0.86 , saturation: 0.36 and the lightness value of b868ab is 0.56.

The process color (four color CMYK) of #b868ab color hex is 0.00, 0.43, 0.07, 0.28. Web safe color of #b868ab is #cc6699. Color #b868ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101000 10101011
Octal 270 150 253
Decimal 184 104 171
Hex B8 68 AB

RGB Percentages of Color #b868ab

%40.09
%22.66
%37.25

CMYK Percentages of Color #b868ab

%0
%43
%7
%28

Triadic Colors of #b868ab

#b868ab #abb868 #68abb8

Analogous Colors of #b868ab

#b868ab #b86883 #9d68b8

Monochromatic Colors of #b868ab

#b868ab

Complementary Color

#b868ab #68b875

#b868ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b868ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b868ab Color CSS Codes

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

#b868ab Text Font Color

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

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


#b868ab Background Color

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

This div background color is #b868ab


#b868ab Border Color

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

This div border color is #b868ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b868ab


Comments

No comments written yet.

Please login to write comment.