Color Hex Logo

#b89dbc Color Hex

#B89DBC
(184,157,188)
0 Favorites   0 Comments

Color spaces of #b89dbc

RGB 184157188
HSL0.810.190.68
HSV292°16°74°
CMYK 0.020.160.00   0.26
XYZ40.901237.935152.7434
Yxy37.93510.31080.2883
Hunter Lab61.591510.7518-7.6585
CIE-Lab67.972815.5359-12.2916

#b89dbc color RGB value is (184,157,188).

#b89dbc hex color red value is 184, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b89dbc hue: 0.81 , saturation: 0.19 and the lightness value of b89dbc is 0.68.

The process color (four color CMYK) of #b89dbc color hex is 0.02, 0.16, 0.00, 0.26. Web safe color of #b89dbc is #cc99cc. Color #b89dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011101 10111100
Octal 270 235 274
Decimal 184 157 188
Hex B8 9D BC

RGB Percentages of Color #b89dbc

%34.78
%29.68
%35.54

CMYK Percentages of Color #b89dbc

%2
%16
%0
%26

Triadic Colors of #b89dbc

#b89dbc #bcb89d #9dbcb8

Analogous Colors of #b89dbc

#b89dbc #bc9db1 #a99dbc

Monochromatic Colors of #b89dbc

#b89dbc

Complementary Color

#b89dbc #a1bc9d

#b89dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89dbc Color CSS Codes

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

#b89dbc Text Font Color

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

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


#b89dbc Background Color

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

This div background color is #b89dbc


#b89dbc Border Color

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

This div border color is #b89dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,157,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89dbc


Comments

No comments written yet.

Please login to write comment.