Color Hex Logo

#b297df Color Hex

#B297DF
(178,151,223)
0 Favorites   0 Comments

Color spaces of #b297df

RGB 178151223
HSL0.730.530.73
HSV263°32°87°
CMYK 0.200.320.00   0.13
XYZ42.746036.925974.6865
Yxy36.92590.27690.2392
Hunter Lab60.766719.2232-30.3349
CIE-Lab67.221424.3667-32.8981

#b297df color RGB value is (178,151,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010111 11011111
Octal 262 227 337
Decimal 178 151 223
Hex B2 97 DF

RGB Percentages of Color #b297df

%32.25
%27.36
%40.40

CMYK Percentages of Color #b297df

%20
%32
%0
%13

Triadic Colors of #b297df

#b297df #dfb297 #97dfb2

Analogous Colors of #b297df

#b297df #d697df #97a0df

Monochromatic Colors of #b297df

#b297df

Complementary Color

#b297df #c4df97

#b297df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b297df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b297df Color CSS Codes

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

#b297df Text Font Color

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

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


#b297df Background Color

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

This div background color is #b297df


#b297df Border Color

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

This div border color is #b297df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b297df


Comments

No comments written yet.

Please login to write comment.