Color Hex Logo

#b88eea Color Hex

#B88EEA
(184,142,234)
0 Favorites   0 Comments

Color spaces of #b88eea

RGB 184142234
HSL0.740.690.74
HSV267°39°92°
CMYK 0.210.390.00   0.08
XYZ44.291435.476982.3552
Yxy35.47690.27320.2188
Hunter Lab59.562528.5004-40.2847
CIE-Lab66.118333.6834-40.6413

#b88eea color RGB value is (184,142,234).

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

The process color (four color CMYK) of #b88eea color hex is 0.21, 0.39, 0.00, 0.08. Web safe color of #b88eea is #cc99ff. Color #b88eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001110 11101010
Octal 270 216 352
Decimal 184 142 234
Hex B8 8E EA

RGB Percentages of Color #b88eea

%32.86
%25.36
%41.79

CMYK Percentages of Color #b88eea

%21
%39
%0
%8

Triadic Colors of #b88eea

#b88eea #eab88e #8eeab8

Analogous Colors of #b88eea

#b88eea #e68eea #8e92ea

Monochromatic Colors of #b88eea

#b88eea

Complementary Color

#b88eea #c0ea8e

#b88eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88eea Color CSS Codes

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

#b88eea Text Font Color

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

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


#b88eea Background Color

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

This div background color is #b88eea


#b88eea Border Color

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

This div border color is #b88eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88eea


Comments

No comments written yet.

Please login to write comment.