Color Hex Logo

#b797df Color Hex

#B797DF
(183,151,223)
0 Favorites   0 Comments

Color spaces of #b797df

RGB 183151223
HSL0.740.530.73
HSV267°32°87°
CMYK 0.180.320.00   0.13
XYZ43.914337.528274.7412
Yxy37.52820.28120.2403
Hunter Lab61.260320.7519-29.4552
CIE-Lab67.671425.8855-32.1652

#b797df color RGB value is (183,151,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010111 11011111
Octal 267 227 337
Decimal 183 151 223
Hex B7 97 DF

RGB Percentages of Color #b797df

%32.85
%27.11
%40.04

CMYK Percentages of Color #b797df

%18
%32
%0
%13

Triadic Colors of #b797df

#b797df #dfb797 #97dfb7

Analogous Colors of #b797df

#b797df #db97df #979bdf

Monochromatic Colors of #b797df

#b797df

Complementary Color

#b797df #bfdf97

#b797df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b797df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b797df Color CSS Codes

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

#b797df Text Font Color

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

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


#b797df Background Color

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

This div background color is #b797df


#b797df Border Color

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

This div border color is #b797df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b797df


Comments

No comments written yet.

Please login to write comment.