Color Hex Logo

#bf55eb Color Hex

#BF55EB
(191,85,235)
0 Favorites   0 Comments

Color spaces of #bf55eb

RGB 19185235
HSL0.780.790.63
HSV282°64°92°
CMYK 0.190.640.00   0.08
XYZ39.729823.571581.0530
Yxy23.57150.27520.1633
Hunter Lab48.550561.1066-64.9968
CIE-Lab55.656264.9859-57.7139

#bf55eb color RGB value is (191,85,235).

#bf55eb hex color red value is 191, green value is 85 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bf55eb hue: 0.78 , saturation: 0.79 and the lightness value of bf55eb is 0.63.

The process color (four color CMYK) of #bf55eb color hex is 0.19, 0.64, 0.00, 0.08. Web safe color of #bf55eb is #cc66ff. Color #bf55eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010101 11101011
Octal 277 125 353
Decimal 191 85 235
Hex BF 55 EB

RGB Percentages of Color #bf55eb

%37.38
%16.63
%45.99

CMYK Percentages of Color #bf55eb

%19
%64
%0
%8

Triadic Colors of #bf55eb

#bf55eb #ebbf55 #55ebbf

Analogous Colors of #bf55eb

#bf55eb #eb55cc #7455eb

Monochromatic Colors of #bf55eb

#bf55eb

Complementary Color

#bf55eb #81eb55

#bf55eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf55eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf55eb Color CSS Codes

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

#bf55eb Text Font Color

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

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


#bf55eb Background Color

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

This div background color is #bf55eb


#bf55eb Border Color

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

This div border color is #bf55eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf55eb


Comments

No comments written yet.

Please login to write comment.