Color Hex Logo

#b69cdb Color Hex

#B69CDB
(182,156,219)
0 Favorites   0 Comments

Color spaces of #b69cdb

RGB 182156219
HSL0.740.470.74
HSV265°29°86°
CMYK 0.170.290.00   0.14
XYZ43.966138.836572.1968
Yxy38.83650.28370.2506
Hunter Lab62.318916.8739-25.0645
CIE-Lab68.632721.8942-28.4827

#b69cdb color RGB value is (182,156,219).

#b69cdb hex color red value is 182, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b69cdb hue: 0.74 , saturation: 0.47 and the lightness value of b69cdb is 0.74.

The process color (four color CMYK) of #b69cdb color hex is 0.17, 0.29, 0.00, 0.14. Web safe color of #b69cdb is #cc99cc. Color #b69cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011100 11011011
Octal 266 234 333
Decimal 182 156 219
Hex B6 9C DB

RGB Percentages of Color #b69cdb

%32.68
%28.01
%39.32

CMYK Percentages of Color #b69cdb

%17
%29
%0
%14

Triadic Colors of #b69cdb

#b69cdb #dbb69c #9cdbb6

Analogous Colors of #b69cdb

#b69cdb #d69cdb #9ca2db

Monochromatic Colors of #b69cdb

#b69cdb

Complementary Color

#b69cdb #c1db9c

#b69cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69cdb Color CSS Codes

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

#b69cdb Text Font Color

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

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


#b69cdb Background Color

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

This div background color is #b69cdb


#b69cdb Border Color

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

This div border color is #b69cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69cdb

#b69cdb Color Palettes


Comments

No comments written yet.

Please login to write comment.