Color Hex Logo

#b89dce Color Hex

#B89DCE
(184,157,206)
0 Favorites   0 Comments

Color spaces of #b89dce

RGB 184157206
HSL0.760.330.71
HSV273°24°81°
CMYK 0.110.240.00   0.19
XYZ42.964738.760563.6096
Yxy38.76050.29560.2667
Hunter Lab62.257914.2329-16.9967
CIE-Lab68.577419.1739-21.3696

#b89dce color RGB value is (184,157,206).

#b89dce hex color red value is 184, green value is 157 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b89dce hue: 0.76 , saturation: 0.33 and the lightness value of b89dce is 0.71.

The process color (four color CMYK) of #b89dce color hex is 0.11, 0.24, 0.00, 0.19. Web safe color of #b89dce is #cc99cc. Color #b89dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011101 11001110
Octal 270 235 316
Decimal 184 157 206
Hex B8 9D CE

RGB Percentages of Color #b89dce

%33.64
%28.70
%37.66

CMYK Percentages of Color #b89dce

%11
%24
%0
%19

Triadic Colors of #b89dce

#b89dce #ceb89d #9dceb8

Analogous Colors of #b89dce

#b89dce #ce9dcc #a09dce

Monochromatic Colors of #b89dce

#b89dce

Complementary Color

#b89dce #b3ce9d

#b89dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89dce Color CSS Codes

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

#b89dce Text Font Color

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

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


#b89dce Background Color

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

This div background color is #b89dce


#b89dce Border Color

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

This div border color is #b89dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89dce


Comments

No comments written yet.

Please login to write comment.