Color Hex Logo

#b89efc Color Hex

#B89EFC
(184,158,252)
0 Favorites   0 Comments

Color spaces of #b89efc

RGB 184158252
HSL0.710.940.80
HSV257°37°99°
CMYK 0.270.370.00   0.01
XYZ49.564741.672397.5267
Yxy41.67230.26260.2208
Hunter Lab64.554124.0829-44.3860
CIE-Lab70.644428.9853-43.4031

#b89efc color RGB value is (184,158,252).

#b89efc hex color red value is 184, green value is 158 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b89efc hue: 0.71 , saturation: 0.94 and the lightness value of b89efc is 0.80.

The process color (four color CMYK) of #b89efc color hex is 0.27, 0.37, 0.00, 0.01. Web safe color of #b89efc is #cc99ff. Color #b89efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011110 11111100
Octal 270 236 374
Decimal 184 158 252
Hex B8 9E FC

RGB Percentages of Color #b89efc

%30.98
%26.60
%42.42

CMYK Percentages of Color #b89efc

%27
%37
%0
%1

Triadic Colors of #b89efc

#b89efc #fcb89e #9efcb8

Analogous Colors of #b89efc

#b89efc #e79efc #9eb3fc

Monochromatic Colors of #b89efc

#b89efc

Complementary Color

#b89efc #e2fc9e

#b89efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89efc Color CSS Codes

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

#b89efc Text Font Color

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

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


#b89efc Background Color

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

This div background color is #b89efc


#b89efc Border Color

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

This div border color is #b89efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89efc


Comments

No comments written yet.

Please login to write comment.