Color Hex Logo

#b79bdf Color Hex

#B79BDF
(183,155,223)
0 Favorites   0 Comments

Color spaces of #b79bdf

RGB 183155223
HSL0.740.520.74
HSV265°30°87°
CMYK 0.180.300.00   0.13
XYZ44.569138.837774.9594
Yxy38.83770.28140.2452
Hunter Lab62.319918.5974-27.6911
CIE-Lab68.633523.6503-30.6779

#b79bdf color RGB value is (183,155,223).

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

The process color (four color CMYK) of #b79bdf color hex is 0.18, 0.30, 0.00, 0.13. Web safe color of #b79bdf is #cc99cc. Color #b79bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011011 11011111
Octal 267 233 337
Decimal 183 155 223
Hex B7 9B DF

RGB Percentages of Color #b79bdf

%32.62
%27.63
%39.75

CMYK Percentages of Color #b79bdf

%18
%30
%0
%13

Triadic Colors of #b79bdf

#b79bdf #dfb79b #9bdfb7

Analogous Colors of #b79bdf

#b79bdf #d99bdf #9ba1df

Monochromatic Colors of #b79bdf

#b79bdf

Complementary Color

#b79bdf #c3df9b

#b79bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79bdf Color CSS Codes

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

#b79bdf Text Font Color

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

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


#b79bdf Background Color

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

This div background color is #b79bdf


#b79bdf Border Color

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

This div border color is #b79bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,155,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79bdf


Comments

No comments written yet.

Please login to write comment.