Color Hex Logo

#b89cee Color Hex

#B89CEE
(184,156,238)
0 Favorites   0 Comments

Color spaces of #b89cee

RGB 184156238
HSL0.720.710.77
HSV260°34°93°
CMYK 0.230.340.00   0.07
XYZ47.088240.140386.1550
Yxy40.14030.27160.2315
Hunter Lab63.356421.7925-36.2759
CIE-Lab69.569326.8015-37.4518

#b89cee color RGB value is (184,156,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011100 11101110
Octal 270 234 356
Decimal 184 156 238
Hex B8 9C EE

RGB Percentages of Color #b89cee

%31.83
%26.99
%41.18

CMYK Percentages of Color #b89cee

%23
%34
%0
%7

Triadic Colors of #b89cee

#b89cee #eeb89c #9ceeb8

Analogous Colors of #b89cee

#b89cee #e19cee #9ca9ee

Monochromatic Colors of #b89cee

#b89cee

Complementary Color

#b89cee #d2ee9c

#b89cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89cee Color CSS Codes

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

#b89cee Text Font Color

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

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


#b89cee Background Color

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

This div background color is #b89cee


#b89cee Border Color

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

This div border color is #b89cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89cee


Comments

No comments written yet.

Please login to write comment.