Color Hex Logo

#b599db Color Hex

#B599DB
(181,153,219)
0 Favorites   0 Comments

Color spaces of #b599db

RGB 181153219
HSL0.740.480.73
HSV265°30°86°
CMYK 0.170.300.00   0.14
XYZ43.233537.720772.0200
Yxy37.72070.28260.2466
Hunter Lab61.417218.1717-26.5336
CIE-Lab67.814323.2620-29.7513

#b599db color RGB value is (181,153,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011001 11011011
Octal 265 231 333
Decimal 181 153 219
Hex B5 99 DB

RGB Percentages of Color #b599db

%32.73
%27.67
%39.60

CMYK Percentages of Color #b599db

%17
%30
%0
%14

Triadic Colors of #b599db

#b599db #dbb599 #99dbb5

Analogous Colors of #b599db

#b599db #d699db #999edb

Monochromatic Colors of #b599db

#b599db

Complementary Color

#b599db #bfdb99

#b599db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b599db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b599db Color CSS Codes

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

#b599db Text Font Color

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

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


#b599db Background Color

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

This div background color is #b599db


#b599db Border Color

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

This div border color is #b599db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b599db


Comments

No comments written yet.

Please login to write comment.