Color Hex Logo

#b192db Color Hex

#B192DB
(177,146,219)
0 Favorites   0 Comments

Color spaces of #b192db

RGB 177146219
HSL0.740.500.72
HSV265°33°86°
CMYK 0.190.330.00   0.14
XYZ41.196535.019471.6060
Yxy35.01940.27870.2369
Hunter Lab59.177220.7036-30.3185
CIE-Lab65.763825.9637-32.9521

#b192db color RGB value is (177,146,219).

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

The process color (four color CMYK) of #b192db color hex is 0.19, 0.33, 0.00, 0.14. Web safe color of #b192db is #9999cc. Color #b192db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010010 11011011
Octal 261 222 333
Decimal 177 146 219
Hex B1 92 DB

RGB Percentages of Color #b192db

%32.66
%26.94
%40.41

CMYK Percentages of Color #b192db

%19
%33
%0
%14

Triadic Colors of #b192db

#b192db #dbb192 #92dbb1

Analogous Colors of #b192db

#b192db #d692db #9298db

Monochromatic Colors of #b192db

#b192db

Complementary Color

#b192db #bcdb92

#b192db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b192db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b192db Color CSS Codes

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

#b192db Text Font Color

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

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


#b192db Background Color

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

This div background color is #b192db


#b192db Border Color

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

This div border color is #b192db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b192db


Comments

No comments written yet.

Please login to write comment.