Color Hex Logo

#b088eb Color Hex

#B088EB
(176,136,235)
0 Favorites   0 Comments

Color spaces of #b088eb

RGB 176136235
HSL0.730.710.73
HSV264°42°92°
CMYK 0.250.420.00   0.08
XYZ41.704132.836682.7373
Yxy32.83660.26520.2088
Hunter Lab57.303229.6279-45.4936
CIE-Lab64.028434.9916-44.5260

#b088eb color RGB value is (176,136,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001000 11101011
Octal 260 210 353
Decimal 176 136 235
Hex B0 88 EB

RGB Percentages of Color #b088eb

%32.18
%24.86
%42.96

CMYK Percentages of Color #b088eb

%25
%42
%0
%8

Triadic Colors of #b088eb

#b088eb #ebb088 #88ebb0

Analogous Colors of #b088eb

#b088eb #e288eb #8892eb

Monochromatic Colors of #b088eb

#b088eb

Complementary Color

#b088eb #c3eb88

#b088eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b088eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b088eb Color CSS Codes

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

#b088eb Text Font Color

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

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


#b088eb Background Color

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

This div background color is #b088eb


#b088eb Border Color

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

This div border color is #b088eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b088eb


Comments

No comments written yet.

Please login to write comment.