Color Hex Logo

#b185db Color Hex

#B185DB
(177,133,219)
0 Favorites   0 Comments

Color spaces of #b185db

RGB 177133219
HSL0.750.540.69
HSV271°39°86°
CMYK 0.190.390.00   0.14
XYZ39.305231.236670.9755
Yxy31.23660.27770.2207
Hunter Lab55.889727.7256-36.1708
CIE-Lab62.706933.2585-37.7106

#b185db color RGB value is (177,133,219).

#b185db hex color red value is 177, green value is 133 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b185db hue: 0.75 , saturation: 0.54 and the lightness value of b185db is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000101 11011011
Octal 261 205 333
Decimal 177 133 219
Hex B1 85 DB

RGB Percentages of Color #b185db

%33.46
%25.14
%41.40

CMYK Percentages of Color #b185db

%19
%39
%0
%14

Triadic Colors of #b185db

#b185db #dbb185 #85dbb1

Analogous Colors of #b185db

#b185db #db85da #8685db

Monochromatic Colors of #b185db

#b185db

Complementary Color

#b185db #afdb85

#b185db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b185db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b185db Color CSS Codes

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

#b185db Text Font Color

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

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


#b185db Background Color

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

This div background color is #b185db


#b185db Border Color

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

This div border color is #b185db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b185db


Comments

No comments written yet.

Please login to write comment.