Color Hex Logo

#b68dba Color Hex

#B68DBA
(182,141,186)
0 Favorites   0 Comments

Color spaces of #b68dba

RGB 182141186
HSL0.820.250.64
HSV295°24°73°
CMYK 0.020.240.00   0.27
XYZ37.679232.540050.7493
Yxy32.54000.31150.2690
Hunter Lab57.043818.0780-12.8169
CIE-Lab63.786723.3948-17.5039

#b68dba color RGB value is (182,141,186).

#b68dba hex color red value is 182, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b68dba hue: 0.82 , saturation: 0.25 and the lightness value of b68dba is 0.64.

The process color (four color CMYK) of #b68dba color hex is 0.02, 0.24, 0.00, 0.27. Web safe color of #b68dba is #cc99cc. Color #b68dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001101 10111010
Octal 266 215 272
Decimal 182 141 186
Hex B6 8D BA

RGB Percentages of Color #b68dba

%35.76
%27.70
%36.54

CMYK Percentages of Color #b68dba

%2
%24
%0
%27

Triadic Colors of #b68dba

#b68dba #bab68d #8dbab6

Analogous Colors of #b68dba

#b68dba #ba8da8 #a08dba

Monochromatic Colors of #b68dba

#b68dba

Complementary Color

#b68dba #91ba8d

#b68dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68dba Color CSS Codes

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

#b68dba Text Font Color

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

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


#b68dba Background Color

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

This div background color is #b68dba


#b68dba Border Color

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

This div border color is #b68dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68dba


Comments

No comments written yet.

Please login to write comment.