Color Hex Logo

#b499db Color Hex

#B499DB
(180,153,219)
0 Favorites   0 Comments

Color spaces of #b499db

RGB 180153219
HSL0.730.480.73
HSV265°30°86°
CMYK 0.180.300.00   0.14
XYZ42.999837.600272.0091
Yxy37.60020.28180.2464
Hunter Lab61.319017.8644-26.7031
CIE-Lab67.724922.9530-29.8966

#b499db color RGB value is (180,153,219).

#b499db hex color red value is 180, green value is 153 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b499db hue: 0.73 , saturation: 0.48 and the lightness value of b499db is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 11011011
Octal 264 231 333
Decimal 180 153 219
Hex B4 99 DB

RGB Percentages of Color #b499db

%32.61
%27.72
%39.67

CMYK Percentages of Color #b499db

%18
%30
%0
%14

Triadic Colors of #b499db

#b499db #dbb499 #99dbb4

Analogous Colors of #b499db

#b499db #d599db #999fdb

Monochromatic Colors of #b499db

#b499db

Complementary Color

#b499db #c0db99

#b499db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b499db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b499db Color CSS Codes

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

#b499db Text Font Color

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

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


#b499db Background Color

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

This div background color is #b499db


#b499db Border Color

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

This div border color is #b499db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b499db


Comments

No comments written yet.

Please login to write comment.