Color Hex Logo

#b993db Color Hex

#B993DB
(185,147,219)
0 Favorites   0 Comments

Color spaces of #b993db

RGB 185147219
HSL0.750.500.72
HSV272°33°86°
CMYK 0.160.330.00   0.14
XYZ43.227536.296271.7454
Yxy36.29620.28580.2399
Hunter Lab60.246322.6449-28.4341
CIE-Lab66.745627.8504-31.3720

#b993db color RGB value is (185,147,219).

#b993db hex color red value is 185, green value is 147 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b993db hue: 0.75 , saturation: 0.50 and the lightness value of b993db is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010011 11011011
Octal 271 223 333
Decimal 185 147 219
Hex B9 93 DB

RGB Percentages of Color #b993db

%33.58
%26.68
%39.75

CMYK Percentages of Color #b993db

%16
%33
%0
%14

Triadic Colors of #b993db

#b993db #dbb993 #93dbb9

Analogous Colors of #b993db

#b993db #db93d9 #9593db

Monochromatic Colors of #b993db

#b993db

Complementary Color

#b993db #b5db93

#b993db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b993db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b993db Color CSS Codes

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

#b993db Text Font Color

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

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


#b993db Background Color

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

This div background color is #b993db


#b993db Border Color

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

This div border color is #b993db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b993db


Comments

No comments written yet.

Please login to write comment.