Color Hex Logo

#b899db Color Hex

#B899DB
(184,153,219)
0 Favorites   0 Comments

Color spaces of #b899db

RGB 184153219
HSL0.740.480.73
HSV268°30°86°
CMYK 0.160.300.00   0.14
XYZ43.944638.087372.0533
Yxy38.08730.28520.2472
Hunter Lab61.714919.1013-26.0217
CIE-Lab68.084924.1922-29.3115

#b899db color RGB value is (184,153,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011001 11011011
Octal 270 231 333
Decimal 184 153 219
Hex B8 99 DB

RGB Percentages of Color #b899db

%33.09
%27.52
%39.39

CMYK Percentages of Color #b899db

%16
%30
%0
%14

Triadic Colors of #b899db

#b899db #dbb899 #99dbb8

Analogous Colors of #b899db

#b899db #d999db #999bdb

Monochromatic Colors of #b899db

#b899db

Complementary Color

#b899db #bcdb99

#b899db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b899db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b899db Color CSS Codes

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

#b899db Text Font Color

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

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


#b899db Background Color

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

This div background color is #b899db


#b899db Border Color

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

This div border color is #b899db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b899db


Comments

No comments written yet.

Please login to write comment.