Color Hex Logo

#b889eb Color Hex

#B889EB
(184,137,235)
0 Favorites   0 Comments

Color spaces of #b889eb

RGB 184137235
HSL0.750.710.73
HSV269°42°92°
CMYK 0.220.420.00   0.08
XYZ43.708234.079882.8717
Yxy34.07980.27210.2121
Hunter Lab58.377931.4836-43.3019
CIE-Lab65.025936.6832-42.9050

#b889eb color RGB value is (184,137,235).

#b889eb hex color red value is 184, green value is 137 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b889eb hue: 0.75 , saturation: 0.71 and the lightness value of b889eb is 0.73.

The process color (four color CMYK) of #b889eb color hex is 0.22, 0.42, 0.00, 0.08. Web safe color of #b889eb is #cc99ff. Color #b889eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001001 11101011
Octal 270 211 353
Decimal 184 137 235
Hex B8 89 EB

RGB Percentages of Color #b889eb

%33.09
%24.64
%42.27

CMYK Percentages of Color #b889eb

%22
%42
%0
%8

Triadic Colors of #b889eb

#b889eb #ebb889 #89ebb8

Analogous Colors of #b889eb

#b889eb #e989eb #898beb

Monochromatic Colors of #b889eb

#b889eb

Complementary Color

#b889eb #bceb89

#b889eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b889eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b889eb Color CSS Codes

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

#b889eb Text Font Color

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

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


#b889eb Background Color

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

This div background color is #b889eb


#b889eb Border Color

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

This div border color is #b889eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b889eb


Comments

No comments written yet.

Please login to write comment.