Color Hex Logo

#b288eb Color Hex

#B288EB
(178,136,235)
0 Favorites   0 Comments

Color spaces of #b288eb

RGB 178136235
HSL0.740.710.73
HSV265°42°92°
CMYK 0.240.420.00   0.08
XYZ42.159733.071582.7586
Yxy33.07150.26690.2093
Hunter Lab57.507830.2219-45.0678
CIE-Lab64.218835.5496-44.2134

#b288eb color RGB value is (178,136,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001000 11101011
Octal 262 210 353
Decimal 178 136 235
Hex B2 88 EB

RGB Percentages of Color #b288eb

%32.42
%24.77
%42.81

CMYK Percentages of Color #b288eb

%24
%42
%0
%8

Triadic Colors of #b288eb

#b288eb #ebb288 #88ebb2

Analogous Colors of #b288eb

#b288eb #e488eb #8890eb

Monochromatic Colors of #b288eb

#b288eb

Complementary Color

#b288eb #c1eb88

#b288eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b288eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b288eb Color CSS Codes

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

#b288eb Text Font Color

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

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


#b288eb Background Color

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

This div background color is #b288eb


#b288eb Border Color

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

This div border color is #b288eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b288eb


Comments

No comments written yet.

Please login to write comment.