Color Hex Logo

#b69dcc Color Hex

#B69DCC
(182,157,204)
0 Favorites   0 Comments

Color spaces of #b69dcc

RGB 182157204
HSL0.760.320.71
HSV272°23°80°
CMYK 0.110.230.00   0.20
XYZ42.247538.418762.3156
Yxy38.41870.29550.2687
Hunter Lab61.982813.1957-16.2203
CIE-Lab68.328118.1015-20.6580

#b69dcc color RGB value is (182,157,204).

#b69dcc hex color red value is 182, green value is 157 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b69dcc hue: 0.76 , saturation: 0.32 and the lightness value of b69dcc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011101 11001100
Octal 266 235 314
Decimal 182 157 204
Hex B6 9D CC

RGB Percentages of Color #b69dcc

%33.52
%28.91
%37.57

CMYK Percentages of Color #b69dcc

%11
%23
%0
%20

Triadic Colors of #b69dcc

#b69dcc #ccb69d #9dccb6

Analogous Colors of #b69dcc

#b69dcc #cc9dcb #9f9dcc

Monochromatic Colors of #b69dcc

#b69dcc

Complementary Color

#b69dcc #b3cc9d

#b69dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69dcc Color CSS Codes

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

#b69dcc Text Font Color

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

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


#b69dcc Background Color

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

This div background color is #b69dcc


#b69dcc Border Color

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

This div border color is #b69dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69dcc


Comments

No comments written yet.

Please login to write comment.