Color Hex Logo

#b88aee Color Hex

#B88AEE
(184,138,238)
0 Favorites   0 Comments

Color spaces of #b88aee

RGB 184138238
HSL0.740.750.74
HSV268°42°93°
CMYK 0.230.420.00   0.07
XYZ44.288334.540485.2216
Yxy34.54040.27000.2105
Hunter Lab58.771131.6634-44.8343
CIE-Lab65.389336.8167-43.9883

#b88aee color RGB value is (184,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001010 11101110
Octal 270 212 356
Decimal 184 138 238
Hex B8 8A EE

RGB Percentages of Color #b88aee

%32.86
%24.64
%42.50

CMYK Percentages of Color #b88aee

%23
%42
%0
%7

Triadic Colors of #b88aee

#b88aee #eeb88a #8aeeb8

Analogous Colors of #b88aee

#b88aee #ea8aee #8a8eee

Monochromatic Colors of #b88aee

#b88aee

Complementary Color

#b88aee #c0ee8a

#b88aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88aee Color CSS Codes

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

#b88aee Text Font Color

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

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


#b88aee Background Color

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

This div background color is #b88aee


#b88aee Border Color

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

This div border color is #b88aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,138,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b88aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88aee


Comments

No comments written yet.

Please login to write comment.