Color Hex Logo

#b79edb Color Hex

#B79EDB
(183,158,219)
0 Favorites   0 Comments

Color spaces of #b79edb

RGB 183158219
HSL0.730.460.74
HSV265°28°86°
CMYK 0.160.280.00   0.14
XYZ44.541539.635572.3207
Yxy39.63550.28460.2533
Hunter Lab62.956716.1134-24.0389
CIE-Lab69.209121.0891-27.5886

#b79edb color RGB value is (183,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011110 11011011
Octal 267 236 333
Decimal 183 158 219
Hex B7 9E DB

RGB Percentages of Color #b79edb

%32.68
%28.21
%39.11

CMYK Percentages of Color #b79edb

%16
%28
%0
%14

Triadic Colors of #b79edb

#b79edb #dbb79e #9edbb7

Analogous Colors of #b79edb

#b79edb #d69edb #9ea4db

Monochromatic Colors of #b79edb

#b79edb

Complementary Color

#b79edb #c2db9e

#b79edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79edb Color CSS Codes

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

#b79edb Text Font Color

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

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


#b79edb Background Color

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

This div background color is #b79edb


#b79edb Border Color

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

This div border color is #b79edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79edb


Comments

No comments written yet.

Please login to write comment.