Color Hex Logo

#b88eeb Color Hex

#B88EEB
(184,142,235)
0 Favorites   0 Comments

Color spaces of #b88eeb

RGB 184142235
HSL0.740.700.74
HSV267°40°92°
CMYK 0.220.400.00   0.08
XYZ44.435635.534583.1141
Yxy35.53450.27250.2179
Hunter Lab59.610828.7400-40.9392
CIE-Lab66.162733.9122-41.1228

#b88eeb color RGB value is (184,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001110 11101011
Octal 270 216 353
Decimal 184 142 235
Hex B8 8E EB

RGB Percentages of Color #b88eeb

%32.80
%25.31
%41.89

CMYK Percentages of Color #b88eeb

%22
%40
%0
%8

Triadic Colors of #b88eeb

#b88eeb #ebb88e #8eebb8

Analogous Colors of #b88eeb

#b88eeb #e78eeb #8e93eb

Monochromatic Colors of #b88eeb

#b88eeb

Complementary Color

#b88eeb #c1eb8e

#b88eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88eeb Color CSS Codes

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

#b88eeb Text Font Color

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

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


#b88eeb Background Color

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

This div background color is #b88eeb


#b88eeb Border Color

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

This div border color is #b88eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88eeb


Comments

No comments written yet.

Please login to write comment.