Color Hex Logo

#b697cb Color Hex

#B697CB
(182,151,203)
0 Favorites   0 Comments

Color spaces of #b697cb

RGB 182151203
HSL0.770.330.69
HSV276°26°80°
CMYK 0.100.260.00   0.20
XYZ41.137536.390161.3557
Yxy36.39010.29620.2620
Hunter Lab60.324216.1590-18.0769
CIE-Lab66.816921.2436-22.4065

#b697cb color RGB value is (182,151,203).

#b697cb hex color red value is 182, green value is 151 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b697cb hue: 0.77 , saturation: 0.33 and the lightness value of b697cb is 0.69.

The process color (four color CMYK) of #b697cb color hex is 0.10, 0.26, 0.00, 0.20. Web safe color of #b697cb is #cc99cc. Color #b697cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010111 11001011
Octal 266 227 313
Decimal 182 151 203
Hex B6 97 CB

RGB Percentages of Color #b697cb

%33.96
%28.17
%37.87

CMYK Percentages of Color #b697cb

%10
%26
%0
%20

Triadic Colors of #b697cb

#b697cb #cbb697 #97cbb6

Analogous Colors of #b697cb

#b697cb #cb97c6 #9c97cb

Monochromatic Colors of #b697cb

#b697cb

Complementary Color

#b697cb #accb97

#b697cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b697cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b697cb Color CSS Codes

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

#b697cb Text Font Color

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

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


#b697cb Background Color

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

This div background color is #b697cb


#b697cb Border Color

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

This div border color is #b697cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b697cb


Comments

No comments written yet.

Please login to write comment.