Color Hex Logo

#b79ade Color Hex

#B79ADE
(183,154,222)
0 Favorites   0 Comments

Color spaces of #b79ade

RGB 183154222
HSL0.740.510.74
HSV266°31°87°
CMYK 0.180.310.00   0.13
XYZ44.268938.452474.1961
Yxy38.45240.28210.2450
Hunter Lab62.010018.9135-27.5346
CIE-Lab68.352723.9866-30.5606

#b79ade color RGB value is (183,154,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011010 11011110
Octal 267 232 336
Decimal 183 154 222
Hex B7 9A DE

RGB Percentages of Color #b79ade

%32.74
%27.55
%39.71

CMYK Percentages of Color #b79ade

%18
%31
%0
%13

Triadic Colors of #b79ade

#b79ade #deb79a #9adeb7

Analogous Colors of #b79ade

#b79ade #d99ade #9a9fde

Monochromatic Colors of #b79ade

#b79ade

Complementary Color

#b79ade #c1de9a

#b79ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79ade Color CSS Codes

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

#b79ade Text Font Color

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

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


#b79ade Background Color

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

This div background color is #b79ade


#b79ade Border Color

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

This div border color is #b79ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79ade


Comments

No comments written yet.

Please login to write comment.