Color Hex Logo

#b88aeb Color Hex

#B88AEB
(184,138,235)
0 Favorites   0 Comments

Color spaces of #b88aeb

RGB 184138235
HSL0.750.710.73
HSV268°41°92°
CMYK 0.220.410.00   0.08
XYZ43.851034.365582.9193
Yxy34.36550.27210.2133
Hunter Lab58.622130.9344-42.8286
CIE-Lab65.251736.1298-42.5506

#b88aeb color RGB value is (184,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001010 11101011
Octal 270 212 353
Decimal 184 138 235
Hex B8 8A EB

RGB Percentages of Color #b88aeb

%33.03
%24.78
%42.19

CMYK Percentages of Color #b88aeb

%22
%41
%0
%8

Triadic Colors of #b88aeb

#b88aeb #ebb88a #8aebb8

Analogous Colors of #b88aeb

#b88aeb #e98aeb #8a8deb

Monochromatic Colors of #b88aeb

#b88aeb

Complementary Color

#b88aeb #bdeb8a

#b88aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88aeb Color CSS Codes

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

#b88aeb Text Font Color

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

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


#b88aeb Background Color

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

This div background color is #b88aeb


#b88aeb Border Color

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

This div border color is #b88aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88aeb


Comments

No comments written yet.

Please login to write comment.