Color Hex Logo

#bf89eb Color Hex

#BF89EB
(191,137,235)
0 Favorites   0 Comments

Color spaces of #bf89eb

RGB 191137235
HSL0.760.710.73
HSV273°42°92°
CMYK 0.190.420.00   0.08
XYZ45.426934.965882.9521
Yxy34.96580.27810.2141
Hunter Lab59.131933.6483-41.7816
CIE-Lab65.722038.6762-41.7637

#bf89eb color RGB value is (191,137,235).

#bf89eb hex color red value is 191, green value is 137 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bf89eb hue: 0.76 , saturation: 0.71 and the lightness value of bf89eb is 0.73.

The process color (four color CMYK) of #bf89eb color hex is 0.19, 0.42, 0.00, 0.08. Web safe color of #bf89eb is #cc99ff. Color #bf89eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001001 11101011
Octal 277 211 353
Decimal 191 137 235
Hex BF 89 EB

RGB Percentages of Color #bf89eb

%33.93
%24.33
%41.74

CMYK Percentages of Color #bf89eb

%19
%42
%0
%8

Triadic Colors of #bf89eb

#bf89eb #ebbf89 #89ebbf

Analogous Colors of #bf89eb

#bf89eb #eb89e6 #8e89eb

Monochromatic Colors of #bf89eb

#bf89eb

Complementary Color

#bf89eb #b5eb89

#bf89eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf89eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf89eb Color CSS Codes

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

#bf89eb Text Font Color

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

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


#bf89eb Background Color

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

This div background color is #bf89eb


#bf89eb Border Color

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

This div border color is #bf89eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,137,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf89eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf89eb;
  -webkit-box-shadow: 1px 1px 3px 2px #bf89eb;
  box-shadow:         1px 1px 3px 2px #bf89eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,137,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf89eb


Comments

No comments written yet.

Please login to write comment.