Color Hex Logo

#b79bdb Color Hex

#B79BDB
(183,155,219)
0 Favorites   0 Comments

Color spaces of #b79bdb

RGB 183155219
HSL0.740.470.73
HSV266°29°86°
CMYK 0.160.290.00   0.14
XYZ44.036038.624472.1521
Yxy38.62440.28440.2495
Hunter Lab62.148517.7181-25.3295
CIE-Lab68.478322.7644-28.7129

#b79bdb color RGB value is (183,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011011 11011011
Octal 267 233 333
Decimal 183 155 219
Hex B7 9B DB

RGB Percentages of Color #b79bdb

%32.85
%27.83
%39.32

CMYK Percentages of Color #b79bdb

%16
%29
%0
%14

Triadic Colors of #b79bdb

#b79bdb #dbb79b #9bdbb7

Analogous Colors of #b79bdb

#b79bdb #d79bdb #9b9fdb

Monochromatic Colors of #b79bdb

#b79bdb

Complementary Color

#b79bdb #bfdb9b

#b79bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79bdb Color CSS Codes

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

#b79bdb Text Font Color

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

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


#b79bdb Background Color

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

This div background color is #b79bdb


#b79bdb Border Color

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

This div border color is #b79bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79bdb


Comments

No comments written yet.

Please login to write comment.