Color Hex Logo

#b497cb Color Hex

#B497CB
(180,151,203)
0 Favorites   0 Comments

Color spaces of #b497cb

RGB 180151203
HSL0.760.330.69
HSV273°26°80°
CMYK 0.110.260.00   0.20
XYZ40.668536.148361.3338
Yxy36.14830.29440.2617
Hunter Lab60.123515.5243-18.3971
CIE-Lab66.633120.5932-22.7038

#b497cb color RGB value is (180,151,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 11001011
Octal 264 227 313
Decimal 180 151 203
Hex B4 97 CB

RGB Percentages of Color #b497cb

%33.71
%28.28
%38.01

CMYK Percentages of Color #b497cb

%11
%26
%0
%20

Triadic Colors of #b497cb

#b497cb #cbb497 #97cbb4

Analogous Colors of #b497cb

#b497cb #cb97c8 #9a97cb

Monochromatic Colors of #b497cb

#b497cb

Complementary Color

#b497cb #aecb97

#b497cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b497cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b497cb Color CSS Codes

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

#b497cb Text Font Color

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

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


#b497cb Background Color

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

This div background color is #b497cb


#b497cb Border Color

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

This div border color is #b497cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b497cb


Comments

No comments written yet.

Please login to write comment.