Color Hex Logo

#b889cc Color Hex

#B889CC
(184,137,204)
0 Favorites   0 Comments

Color spaces of #b889cc

RGB 184137204
HSL0.780.400.67
HSV282°33°80°
CMYK 0.100.330.00   0.20
XYZ39.611932.441361.3008
Yxy32.44130.29700.2433
Hunter Lab56.957324.4657-23.9413
CIE-Lab63.705929.9185-27.7209

#b889cc color RGB value is (184,137,204).

#b889cc hex color red value is 184, green value is 137 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b889cc hue: 0.78 , saturation: 0.40 and the lightness value of b889cc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001001 11001100
Octal 270 211 314
Decimal 184 137 204
Hex B8 89 CC

RGB Percentages of Color #b889cc

%35.05
%26.10
%38.86

CMYK Percentages of Color #b889cc

%10
%33
%0
%20

Triadic Colors of #b889cc

#b889cc #ccb889 #89ccb8

Analogous Colors of #b889cc

#b889cc #cc89bf #9789cc

Monochromatic Colors of #b889cc

#b889cc

Complementary Color

#b889cc #9dcc89

#b889cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b889cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b889cc Color CSS Codes

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

#b889cc Text Font Color

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

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


#b889cc Background Color

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

This div background color is #b889cc


#b889cc Border Color

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

This div border color is #b889cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b889cc


Comments

No comments written yet.

Please login to write comment.