Color Hex Logo

#b497be Color Hex

#B497BE
(180,151,190)
0 Favorites   0 Comments

Color spaces of #b497be

RGB 180151190
HSL0.790.230.67
HSV285°21°75°
CMYK 0.050.210.00   0.25
XYZ39.183335.554253.5127
Yxy35.55420.30550.2772
Hunter Lab59.627312.9510-11.4708
CIE-Lab66.177917.9117-16.1462

#b497be color RGB value is (180,151,190).

#b497be hex color red value is 180, green value is 151 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b497be hue: 0.79 , saturation: 0.23 and the lightness value of b497be is 0.67.

The process color (four color CMYK) of #b497be color hex is 0.05, 0.21, 0.00, 0.25. Web safe color of #b497be is #cc99cc. Color #b497be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 10111110
Octal 264 227 276
Decimal 180 151 190
Hex B4 97 BE

RGB Percentages of Color #b497be

%34.55
%28.98
%36.47

CMYK Percentages of Color #b497be

%5
%21
%0
%25

Triadic Colors of #b497be

#b497be #beb497 #97beb4

Analogous Colors of #b497be

#b497be #be97b5 #a197be

Monochromatic Colors of #b497be

#b497be

Complementary Color

#b497be #a1be97

#b497be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b497be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b497be Color CSS Codes

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

#b497be Text Font Color

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

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


#b497be Background Color

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

This div background color is #b497be


#b497be Border Color

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

This div border color is #b497be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b497be


Comments

No comments written yet.

Please login to write comment.