Color Hex Logo

#b79adb Color Hex

#B79ADB
(183,154,219)
0 Favorites   0 Comments

Color spaces of #b79adb

RGB 183154219
HSL0.740.470.73
HSV267°30°86°
CMYK 0.160.300.00   0.14
XYZ43.870238.293072.0969
Yxy38.29300.28440.2482
Hunter Lab61.881318.2536-25.7608
CIE-Lab68.236023.3226-29.0861

#b79adb color RGB value is (183,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011010 11011011
Octal 267 232 333
Decimal 183 154 219
Hex B7 9A DB

RGB Percentages of Color #b79adb

%32.91
%27.70
%39.39

CMYK Percentages of Color #b79adb

%16
%30
%0
%14

Triadic Colors of #b79adb

#b79adb #dbb79a #9adbb7

Analogous Colors of #b79adb

#b79adb #d89adb #9a9edb

Monochromatic Colors of #b79adb

#b79adb

Complementary Color

#b79adb #bedb9a

#b79adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79adb Color CSS Codes

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

#b79adb Text Font Color

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

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


#b79adb Background Color

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

This div background color is #b79adb


#b79adb Border Color

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

This div border color is #b79adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79adb


Comments

No comments written yet.

Please login to write comment.