Color Hex Logo

#b79efb Color Hex

#B79EFB
(183,158,251)
0 Favorites   0 Comments

Color spaces of #b79efb

RGB 183158251
HSL0.710.920.80
HSV256°37°98°
CMYK 0.270.370.00   0.02
XYZ49.167941.486096.6830
Yxy41.48600.26250.2215
Hunter Lab64.409623.5434-43.9114
CIE-Lab70.515128.4659-43.0685

#b79efb color RGB value is (183,158,251).

#b79efb hex color red value is 183, green value is 158 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b79efb hue: 0.71 , saturation: 0.92 and the lightness value of b79efb is 0.80.

The process color (four color CMYK) of #b79efb color hex is 0.27, 0.37, 0.00, 0.02. Web safe color of #b79efb is #cc99ff. Color #b79efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011110 11111011
Octal 267 236 373
Decimal 183 158 251
Hex B7 9E FB

RGB Percentages of Color #b79efb

%30.91
%26.69
%42.40

CMYK Percentages of Color #b79efb

%27
%37
%0
%2

Triadic Colors of #b79efb

#b79efb #fbb79e #9efbb7

Analogous Colors of #b79efb

#b79efb #e69efb #9eb4fb

Monochromatic Colors of #b79efb

#b79efb

Complementary Color

#b79efb #e2fb9e

#b79efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79efb Color CSS Codes

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

#b79efb Text Font Color

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

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


#b79efb Background Color

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

This div background color is #b79efb


#b79efb Border Color

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

This div border color is #b79efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79efb

Related Colors


Comments

No comments written yet.

Please login to write comment.