Color Hex Logo

#bf76eb Color Hex

#BF76EB
(191,118,235)
0 Favorites   0 Comments

Color spaces of #bf76eb

RGB 191118235
HSL0.770.750.69
HSV277°50°92°
CMYK 0.190.500.00   0.08
XYZ42.959730.031482.1297
Yxy30.03140.27690.1936
Hunter Lab54.800944.0287-50.4968
CIE-Lab61.681348.8837-48.1248

#bf76eb color RGB value is (191,118,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110110 11101011
Octal 277 166 353
Decimal 191 118 235
Hex BF 76 EB

RGB Percentages of Color #bf76eb

%35.11
%21.69
%43.20

CMYK Percentages of Color #bf76eb

%19
%50
%0
%8

Triadic Colors of #bf76eb

#bf76eb #ebbf76 #76ebbf

Analogous Colors of #bf76eb

#bf76eb #eb76dd #8576eb

Monochromatic Colors of #bf76eb

#bf76eb

Complementary Color

#bf76eb #a2eb76

#bf76eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf76eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf76eb Color CSS Codes

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

#bf76eb Text Font Color

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

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


#bf76eb Background Color

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

This div background color is #bf76eb


#bf76eb Border Color

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

This div border color is #bf76eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf76eb


Comments

No comments written yet.

Please login to write comment.