Color Hex Logo

#b79adf Color Hex

#B79ADF
(183,154,223)
0 Favorites   0 Comments

Color spaces of #b79adf

RGB 183154223
HSL0.740.520.74
HSV265°31°87°
CMYK 0.180.310.00   0.13
XYZ44.403338.506274.9042
Yxy38.50620.28140.2440
Hunter Lab62.053419.1352-28.1312
CIE-Lab68.392124.2089-31.0509

#b79adf color RGB value is (183,154,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011010 11011111
Octal 267 232 337
Decimal 183 154 223
Hex B7 9A DF

RGB Percentages of Color #b79adf

%32.68
%27.50
%39.82

CMYK Percentages of Color #b79adf

%18
%31
%0
%13

Triadic Colors of #b79adf

#b79adf #dfb79a #9adfb7

Analogous Colors of #b79adf

#b79adf #da9adf #9aa0df

Monochromatic Colors of #b79adf

#b79adf

Complementary Color

#b79adf #c2df9a

#b79adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79adf Color CSS Codes

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

#b79adf Text Font Color

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

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


#b79adf Background Color

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

This div background color is #b79adf


#b79adf Border Color

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

This div border color is #b79adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79adf


Comments

No comments written yet.

Please login to write comment.