Color Hex Logo

#b68dc2 Color Hex

#B68DC2
(182,141,194)
1 Favorites   0 Comments

Color spaces of #b68dc2

RGB 182141194
HSL0.800.300.66
HSV286°27°76°
CMYK 0.060.270.00   0.24
XYZ38.553932.889955.3553
Yxy32.88990.30410.2594
Hunter Lab57.349719.6363-17.0833
CIE-Lab64.071724.9870-21.5687

#b68dc2 color RGB value is (182,141,194).

#b68dc2 hex color red value is 182, green value is 141 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #b68dc2 hue: 0.80 , saturation: 0.30 and the lightness value of b68dc2 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001101 11000010
Octal 266 215 302
Decimal 182 141 194
Hex B6 8D C2

RGB Percentages of Color #b68dc2

%35.20
%27.27
%37.52

CMYK Percentages of Color #b68dc2

%6
%27
%0
%24

Triadic Colors of #b68dc2

#b68dc2 #c2b68d #8dc2b6

Analogous Colors of #b68dc2

#b68dc2 #c28db4 #9c8dc2

Monochromatic Colors of #b68dc2

#b68dc2

Complementary Color

#b68dc2 #99c28d

#b68dc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68dc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68dc2 Color CSS Codes

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

#b68dc2 Text Font Color

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

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


#b68dc2 Background Color

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

This div background color is #b68dc2


#b68dc2 Border Color

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

This div border color is #b68dc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68dc2


Comments

No comments written yet.

Please login to write comment.