Color Hex Logo

#b28eeb Color Hex

#B28EEB
(178,142,235)
0 Favorites   0 Comments

Color spaces of #b28eeb

RGB 178142235
HSL0.730.700.74
HSV263°40°92°
CMYK 0.240.400.00   0.08
XYZ43.028534.809183.0482
Yxy34.80910.26740.2164
Hunter Lab58.999226.9325-42.1580
CIE-Lab65.599832.1985-42.0450

#b28eeb color RGB value is (178,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001110 11101011
Octal 262 216 353
Decimal 178 142 235
Hex B2 8E EB

RGB Percentages of Color #b28eeb

%32.07
%25.59
%42.34

CMYK Percentages of Color #b28eeb

%24
%40
%0
%8

Triadic Colors of #b28eeb

#b28eeb #ebb28e #8eebb2

Analogous Colors of #b28eeb

#b28eeb #e18eeb #8e99eb

Monochromatic Colors of #b28eeb

#b28eeb

Complementary Color

#b28eeb #c7eb8e

#b28eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28eeb Color CSS Codes

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

#b28eeb Text Font Color

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

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


#b28eeb Background Color

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

This div background color is #b28eeb


#b28eeb Border Color

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

This div border color is #b28eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28eeb


Comments

No comments written yet.

Please login to write comment.