Color Hex Logo

#b889de Color Hex

#B889DE
(184,137,222)
0 Favorites   0 Comments

Color spaces of #b889de

RGB 184137222
HSL0.760.560.70
HSV273°38°87°
CMYK 0.170.380.00   0.13
XYZ41.897633.355673.3373
Yxy33.35560.28200.2245
Hunter Lab57.754328.4220-34.8593
CIE-Lab64.447833.7704-36.6116

#b889de color RGB value is (184,137,222).

#b889de hex color red value is 184, green value is 137 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b889de hue: 0.76 , saturation: 0.56 and the lightness value of b889de is 0.70.

The process color (four color CMYK) of #b889de color hex is 0.17, 0.38, 0.00, 0.13. Web safe color of #b889de is #cc99cc. Color #b889de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001001 11011110
Octal 270 211 336
Decimal 184 137 222
Hex B8 89 DE

RGB Percentages of Color #b889de

%33.89
%25.23
%40.88

CMYK Percentages of Color #b889de

%17
%38
%0
%13

Triadic Colors of #b889de

#b889de #deb889 #89deb8

Analogous Colors of #b889de

#b889de #de89da #8e89de

Monochromatic Colors of #b889de

#b889de

Complementary Color

#b889de #afde89

#b889de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b889de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b889de Color CSS Codes

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

#b889de Text Font Color

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

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


#b889de Background Color

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

This div background color is #b889de


#b889de Border Color

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

This div border color is #b889de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b889de


Comments

No comments written yet.

Please login to write comment.