Color Hex Logo

#b185bd Color Hex

#B185BD
(177,133,189)
0 Favorites   0 Comments

Color spaces of #b185bd

RGB 177133189
HSL0.800.300.63
HSV287°30°74°
CMYK 0.060.300.00   0.26
XYZ35.704329.796352.0136
Yxy29.79630.30380.2536
Hunter Lab54.586021.2301-18.2857
CIE-Lab61.478126.8131-22.7615

#b185bd color RGB value is (177,133,189).

#b185bd hex color red value is 177, green value is 133 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b185bd hue: 0.80 , saturation: 0.30 and the lightness value of b185bd is 0.63.

The process color (four color CMYK) of #b185bd color hex is 0.06, 0.30, 0.00, 0.26. Web safe color of #b185bd is #9999cc. Color #b185bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000101 10111101
Octal 261 205 275
Decimal 177 133 189
Hex B1 85 BD

RGB Percentages of Color #b185bd

%35.47
%26.65
%37.88

CMYK Percentages of Color #b185bd

%6
%30
%0
%26

Triadic Colors of #b185bd

#b185bd #bdb185 #85bdb1

Analogous Colors of #b185bd

#b185bd #bd85ad #9585bd

Monochromatic Colors of #b185bd

#b185bd

Complementary Color

#b185bd #91bd85

#b185bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b185bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b185bd Color CSS Codes

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

#b185bd Text Font Color

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

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


#b185bd Background Color

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

This div background color is #b185bd


#b185bd Border Color

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

This div border color is #b185bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,133,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b185bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b185bd


Comments

No comments written yet.

Please login to write comment.