Color Hex Logo

#b089eb Color Hex

#B089EB
(176,137,235)
0 Favorites   0 Comments

Color spaces of #b089eb

RGB 176137235
HSL0.730.710.73
HSV264°42°92°
CMYK 0.250.420.00   0.08
XYZ41.845633.119682.7845
Yxy33.11960.26530.2100
Hunter Lab57.549629.0794-45.0033
CIE-Lab64.257634.4327-44.1654

#b089eb color RGB value is (176,137,235).

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

The process color (four color CMYK) of #b089eb color hex is 0.25, 0.42, 0.00, 0.08. Web safe color of #b089eb is #9999ff. Color #b089eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001001 11101011
Octal 260 211 353
Decimal 176 137 235
Hex B0 89 EB

RGB Percentages of Color #b089eb

%32.12
%25.00
%42.88

CMYK Percentages of Color #b089eb

%25
%42
%0
%8

Triadic Colors of #b089eb

#b089eb #ebb089 #89ebb0

Analogous Colors of #b089eb

#b089eb #e189eb #8993eb

Monochromatic Colors of #b089eb

#b089eb

Complementary Color

#b089eb #c4eb89

#b089eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b089eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b089eb Color CSS Codes

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

#b089eb Text Font Color

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

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


#b089eb Background Color

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

This div background color is #b089eb


#b089eb Border Color

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

This div border color is #b089eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b089eb


Comments

No comments written yet.

Please login to write comment.