Color Hex Logo

#b89eee Color Hex

#B89EEE
(184,158,238)
0 Favorites   0 Comments

Color spaces of #b89eee

RGB 184158238
HSL0.720.700.78
HSV260°34°93°
CMYK 0.230.340.00   0.07
XYZ47.426640.817186.2678
Yxy40.81710.27180.2339
Hunter Lab63.888320.7026-35.3370
CIE-Lab70.047625.6856-36.7079

#b89eee color RGB value is (184,158,238).

#b89eee hex color red value is 184, green value is 158 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b89eee hue: 0.72 , saturation: 0.70 and the lightness value of b89eee is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011110 11101110
Octal 270 236 356
Decimal 184 158 238
Hex B8 9E EE

RGB Percentages of Color #b89eee

%31.72
%27.24
%41.03

CMYK Percentages of Color #b89eee

%23
%34
%0
%7

Triadic Colors of #b89eee

#b89eee #eeb89e #9eeeb8

Analogous Colors of #b89eee

#b89eee #e09eee #9eacee

Monochromatic Colors of #b89eee

#b89eee

Complementary Color

#b89eee #d4ee9e

#b89eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89eee Color CSS Codes

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

#b89eee Text Font Color

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

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


#b89eee Background Color

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

This div background color is #b89eee


#b89eee Border Color

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

This div border color is #b89eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89eee


Comments

No comments written yet.

Please login to write comment.