Color Hex Logo

#b88beb Color Hex

#B88BEB
(184,139,235)
0 Favorites   0 Comments

Color spaces of #b88beb

RGB 184139235
HSL0.740.710.73
HSV268°41°92°
CMYK 0.220.410.00   0.08
XYZ43.995234.653782.9673
Yxy34.65370.27220.2144
Hunter Lab58.867430.3860-42.3557
CIE-Lab65.478235.5766-42.1954

#b88beb color RGB value is (184,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001011 11101011
Octal 270 213 353
Decimal 184 139 235
Hex B8 8B EB

RGB Percentages of Color #b88beb

%32.97
%24.91
%42.11

CMYK Percentages of Color #b88beb

%22
%41
%0
%8

Triadic Colors of #b88beb

#b88beb #ebb88b #8bebb8

Analogous Colors of #b88beb

#b88beb #e88beb #8b8eeb

Monochromatic Colors of #b88beb

#b88beb

Complementary Color

#b88beb #beeb8b

#b88beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88beb Color CSS Codes

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

#b88beb Text Font Color

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

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


#b88beb Background Color

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

This div background color is #b88beb


#b88beb Border Color

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

This div border color is #b88beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88beb


Comments

No comments written yet.

Please login to write comment.