Color Hex Logo

#b397df Color Hex

#B397DF
(179,151,223)
0 Favorites   0 Comments

Color spaces of #b397df

RGB 179151223
HSL0.730.530.73
HSV263°32°87°
CMYK 0.200.320.00   0.13
XYZ42.976337.044674.6973
Yxy37.04460.27780.2394
Hunter Lab60.864319.5265-30.1602
CIE-Lab67.310524.6694-32.7530

#b397df color RGB value is (179,151,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010111 11011111
Octal 263 227 337
Decimal 179 151 223
Hex B3 97 DF

RGB Percentages of Color #b397df

%32.37
%27.31
%40.33

CMYK Percentages of Color #b397df

%20
%32
%0
%13

Triadic Colors of #b397df

#b397df #dfb397 #97dfb3

Analogous Colors of #b397df

#b397df #d797df #979fdf

Monochromatic Colors of #b397df

#b397df

Complementary Color

#b397df #c3df97

#b397df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b397df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b397df Color CSS Codes

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

#b397df Text Font Color

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

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


#b397df Background Color

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

This div background color is #b397df


#b397df Border Color

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

This div border color is #b397df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b397df


Comments

No comments written yet.

Please login to write comment.