Color Hex Logo

#b697eb Color Hex

#B697EB
(182,151,235)
0 Favorites   0 Comments

Color spaces of #b697eb

RGB 182151235
HSL0.730.680.76
HSV262°36°92°
CMYK 0.230.360.00   0.08
XYZ45.353438.076583.5564
Yxy38.07650.27160.2280
Hunter Lab61.706223.2099-37.0904
CIE-Lab68.077028.3147-38.1460

#b697eb color RGB value is (182,151,235).

#b697eb hex color red value is 182, green value is 151 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b697eb hue: 0.73 , saturation: 0.68 and the lightness value of b697eb is 0.76.

The process color (four color CMYK) of #b697eb color hex is 0.23, 0.36, 0.00, 0.08. Web safe color of #b697eb is #cc99ff. Color #b697eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010111 11101011
Octal 266 227 353
Decimal 182 151 235
Hex B6 97 EB

RGB Percentages of Color #b697eb

%32.04
%26.58
%41.37

CMYK Percentages of Color #b697eb

%23
%36
%0
%8

Triadic Colors of #b697eb

#b697eb #ebb697 #97ebb6

Analogous Colors of #b697eb

#b697eb #e097eb #97a2eb

Monochromatic Colors of #b697eb

#b697eb

Complementary Color

#b697eb #cceb97

#b697eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b697eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b697eb Color CSS Codes

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

#b697eb Text Font Color

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

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


#b697eb Background Color

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

This div background color is #b697eb


#b697eb Border Color

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

This div border color is #b697eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,151,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b697eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b697eb


Comments

No comments written yet.

Please login to write comment.