Color Hex Logo

#b79aef Color Hex

#B79AEF
(183,154,239)
0 Favorites   0 Comments

Color spaces of #b79aef

RGB 183154239
HSL0.720.730.77
HSV260°36°94°
CMYK 0.230.360.00   0.06
XYZ46.664039.410586.8089
Yxy39.41050.26990.2280
Hunter Lab62.777822.8216-38.0416
CIE-Lab69.047627.8588-38.8182

#b79aef color RGB value is (183,154,239).

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

The process color (four color CMYK) of #b79aef color hex is 0.23, 0.36, 0.00, 0.06. Web safe color of #b79aef is #cc99ff. Color #b79aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011010 11101111
Octal 267 232 357
Decimal 183 154 239
Hex B7 9A EF

RGB Percentages of Color #b79aef

%31.77
%26.74
%41.49

CMYK Percentages of Color #b79aef

%23
%36
%0
%6

Triadic Colors of #b79aef

#b79aef #efb79a #9aefb7

Analogous Colors of #b79aef

#b79aef #e29aef #9aa8ef

Monochromatic Colors of #b79aef

#b79aef

Complementary Color

#b79aef #d2ef9a

#b79aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79aef Color CSS Codes

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

#b79aef Text Font Color

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

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


#b79aef Background Color

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

This div background color is #b79aef


#b79aef Border Color

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

This div border color is #b79aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79aef


Comments

No comments written yet.

Please login to write comment.