Color Hex Logo

#b495be Color Hex

#B495BE
(180,149,190)
0 Favorites   0 Comments

Color spaces of #b495be

RGB 180149190
HSL0.790.240.66
HSV285°22°75°
CMYK 0.050.220.00   0.25
XYZ38.864134.915953.4063
Yxy34.91590.30560.2745
Hunter Lab59.089713.9950-12.2246
CIE-Lab65.683119.0310-16.8945

#b495be color RGB value is (180,149,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010101 10111110
Octal 264 225 276
Decimal 180 149 190
Hex B4 95 BE

RGB Percentages of Color #b495be

%34.68
%28.71
%36.61

CMYK Percentages of Color #b495be

%5
%22
%0
%25

Triadic Colors of #b495be

#b495be #beb495 #95beb4

Analogous Colors of #b495be

#b495be #be95b4 #a095be

Monochromatic Colors of #b495be

#b495be

Complementary Color

#b495be #9fbe95

#b495be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b495be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b495be Color CSS Codes

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

#b495be Text Font Color

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

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


#b495be Background Color

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

This div background color is #b495be


#b495be Border Color

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

This div border color is #b495be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b495be


Comments

No comments written yet.

Please login to write comment.