Color Hex Logo

#bf93eb Color Hex

#BF93EB
(191,147,235)
0 Favorites   0 Comments

Color spaces of #bf93eb

RGB 191147235
HSL0.750.690.75
HSV270°37°92°
CMYK 0.190.370.00   0.08
XYZ46.915037.942083.4481
Yxy37.94200.27870.2254
Hunter Lab61.597128.1584-37.2047
CIE-Lab67.977833.1757-38.2377

#bf93eb color RGB value is (191,147,235).

#bf93eb hex color red value is 191, green value is 147 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bf93eb hue: 0.75 , saturation: 0.69 and the lightness value of bf93eb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010011 11101011
Octal 277 223 353
Decimal 191 147 235
Hex BF 93 EB

RGB Percentages of Color #bf93eb

%33.33
%25.65
%41.01

CMYK Percentages of Color #bf93eb

%19
%37
%0
%8

Triadic Colors of #bf93eb

#bf93eb #ebbf93 #93ebbf

Analogous Colors of #bf93eb

#bf93eb #eb93eb #9393eb

Monochromatic Colors of #bf93eb

#bf93eb

Complementary Color

#bf93eb #bfeb93

#bf93eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf93eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf93eb Color CSS Codes

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

#bf93eb Text Font Color

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

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


#bf93eb Background Color

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

This div background color is #bf93eb


#bf93eb Border Color

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

This div border color is #bf93eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf93eb


Comments

No comments written yet.

Please login to write comment.