Color Hex Logo

#b89dcc Color Hex

#B89DCC
(184,157,204)
0 Favorites   0 Comments

Color spaces of #b89dcc

RGB 184157204
HSL0.760.320.71
HSV274°23°80°
CMYK 0.100.230.00   0.20
XYZ42.723238.663962.3379
Yxy38.66390.29730.2690
Hunter Lab62.180313.8293-15.9141
CIE-Lab68.507118.7567-20.3692

#b89dcc color RGB value is (184,157,204).

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

The process color (four color CMYK) of #b89dcc color hex is 0.10, 0.23, 0.00, 0.20. Web safe color of #b89dcc is #cc99cc. Color #b89dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011101 11001100
Octal 270 235 314
Decimal 184 157 204
Hex B8 9D CC

RGB Percentages of Color #b89dcc

%33.76
%28.81
%37.43

CMYK Percentages of Color #b89dcc

%10
%23
%0
%20

Triadic Colors of #b89dcc

#b89dcc #ccb89d #9dccb8

Analogous Colors of #b89dcc

#b89dcc #cc9dc9 #a19dcc

Monochromatic Colors of #b89dcc

#b89dcc

Complementary Color

#b89dcc #b1cc9d

#b89dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89dcc Color CSS Codes

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

#b89dcc Text Font Color

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

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


#b89dcc Background Color

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

This div background color is #b89dcc


#b89dcc Border Color

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

This div border color is #b89dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89dcc

#b89dcc Color Palettes


Comments

No comments written yet.

Please login to write comment.