Color Hex Logo

#b588eb Color Hex

#B588EB
(181,136,235)
0 Favorites   0 Comments

Color spaces of #b588eb

RGB 181136235
HSL0.740.710.73
HSV267°42°92°
CMYK 0.230.420.00   0.08
XYZ42.855633.430282.7912
Yxy33.43020.26940.2102
Hunter Lab57.818931.1220-44.4245
CIE-Lab64.507736.3906-43.7391

#b588eb color RGB value is (181,136,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001000 11101011
Octal 265 210 353
Decimal 181 136 235
Hex B5 88 EB

RGB Percentages of Color #b588eb

%32.79
%24.64
%42.57

CMYK Percentages of Color #b588eb

%23
%42
%0
%8

Triadic Colors of #b588eb

#b588eb #ebb588 #88ebb5

Analogous Colors of #b588eb

#b588eb #e788eb #888deb

Monochromatic Colors of #b588eb

#b588eb

Complementary Color

#b588eb #beeb88

#b588eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b588eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b588eb Color CSS Codes

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

#b588eb Text Font Color

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

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


#b588eb Background Color

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

This div background color is #b588eb


#b588eb Border Color

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

This div border color is #b588eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b588eb


Comments

No comments written yet.

Please login to write comment.