Color Hex Logo

#b68dcc Color Hex

#B68DCC
(182,141,204)
0 Favorites   0 Comments

Color spaces of #b68dcc

RGB 182141204
HSL0.780.380.68
HSV279°31°80°
CMYK 0.110.310.00   0.20
XYZ39.715433.354561.4716
Yxy33.35450.29520.2479
Hunter Lab57.753421.6812-22.6798
CIE-Lab64.446927.0496-26.5966

#b68dcc color RGB value is (182,141,204).

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

The process color (four color CMYK) of #b68dcc color hex is 0.11, 0.31, 0.00, 0.20. Web safe color of #b68dcc is #cc99cc. Color #b68dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001101 11001100
Octal 266 215 314
Decimal 182 141 204
Hex B6 8D CC

RGB Percentages of Color #b68dcc

%34.54
%26.76
%38.71

CMYK Percentages of Color #b68dcc

%11
%31
%0
%20

Triadic Colors of #b68dcc

#b68dcc #ccb68d #8dccb6

Analogous Colors of #b68dcc

#b68dcc #cc8dc3 #978dcc

Monochromatic Colors of #b68dcc

#b68dcc

Complementary Color

#b68dcc #a3cc8d

#b68dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68dcc Color CSS Codes

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

#b68dcc Text Font Color

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

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


#b68dcc Background Color

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

This div background color is #b68dcc


#b68dcc Border Color

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

This div border color is #b68dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68dcc

#b68dcc Color Palettes


Comments

No comments written yet.

Please login to write comment.