Color Hex Logo

#b495db Color Hex

#B495DB
(180,149,219)
0 Favorites   0 Comments

Color spaces of #b495db

RGB 180149219
HSL0.740.490.72
HSV267°32°86°
CMYK 0.180.320.00   0.14
XYZ42.356036.312771.7945
Yxy36.31270.28150.2413
Hunter Lab60.260020.0103-28.4568
CIE-Lab66.758225.1948-31.3901

#b495db color RGB value is (180,149,219).

#b495db hex color red value is 180, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b495db hue: 0.74 , saturation: 0.49 and the lightness value of b495db is 0.72.

The process color (four color CMYK) of #b495db color hex is 0.18, 0.32, 0.00, 0.14. Web safe color of #b495db is #cc99cc. Color #b495db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010101 11011011
Octal 264 225 333
Decimal 180 149 219
Hex B4 95 DB

RGB Percentages of Color #b495db

%32.85
%27.19
%39.96

CMYK Percentages of Color #b495db

%18
%32
%0
%14

Triadic Colors of #b495db

#b495db #dbb495 #95dbb4

Analogous Colors of #b495db

#b495db #d795db #9599db

Monochromatic Colors of #b495db

#b495db

Complementary Color

#b495db #bcdb95

#b495db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b495db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b495db Color CSS Codes

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

#b495db Text Font Color

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

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


#b495db Background Color

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

This div background color is #b495db


#b495db Border Color

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

This div border color is #b495db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b495db


Comments

No comments written yet.

Please login to write comment.