Color Hex Logo

#b397de Color Hex

#B397DE
(179,151,222)
0 Favorites   0 Comments

Color spaces of #b397de

RGB 179151222
HSL0.730.520.73
HSV264°32°87°
CMYK 0.190.320.00   0.13
XYZ42.841836.990873.9892
Yxy36.99080.27850.2405
Hunter Lab60.820119.3007-29.5538
CIE-Lab67.270124.4426-32.2634

#b397de color RGB value is (179,151,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010111 11011110
Octal 263 227 336
Decimal 179 151 222
Hex B3 97 DE

RGB Percentages of Color #b397de

%32.43
%27.36
%40.22

CMYK Percentages of Color #b397de

%19
%32
%0
%13

Triadic Colors of #b397de

#b397de #deb397 #97deb3

Analogous Colors of #b397de

#b397de #d797de #979fde

Monochromatic Colors of #b397de

#b397de

Complementary Color

#b397de #c2de97

#b397de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b397de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b397de Color CSS Codes

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

#b397de Text Font Color

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

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


#b397de Background Color

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

This div background color is #b397de


#b397de Border Color

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

This div border color is #b397de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b397de


Comments

No comments written yet.

Please login to write comment.