Color Hex Logo

#b68acb Color Hex

#B68ACB
(182,138,203)
0 Favorites   0 Comments

Color spaces of #b68acb

RGB 182138203
HSL0.780.380.67
HSV281°32°80°
CMYK 0.100.320.00   0.20
XYZ39.159432.433860.6963
Yxy32.43380.29600.2452
Hunter Lab56.950723.0733-23.3240
CIE-Lab63.699828.5174-27.1869

#b68acb color RGB value is (182,138,203).

#b68acb hex color red value is 182, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b68acb hue: 0.78 , saturation: 0.38 and the lightness value of b68acb is 0.67.

The process color (four color CMYK) of #b68acb color hex is 0.10, 0.32, 0.00, 0.20. Web safe color of #b68acb is #cc99cc. Color #b68acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001010 11001011
Octal 266 212 313
Decimal 182 138 203
Hex B6 8A CB

RGB Percentages of Color #b68acb

%34.80
%26.39
%38.81

CMYK Percentages of Color #b68acb

%10
%32
%0
%20

Triadic Colors of #b68acb

#b68acb #cbb68a #8acbb6

Analogous Colors of #b68acb

#b68acb #cb8ac0 #968acb

Monochromatic Colors of #b68acb

#b68acb

Complementary Color

#b68acb #9fcb8a

#b68acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68acb Color CSS Codes

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

#b68acb Text Font Color

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

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


#b68acb Background Color

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

This div background color is #b68acb


#b68acb Border Color

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

This div border color is #b68acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68acb


Comments

No comments written yet.

Please login to write comment.