Color Hex Logo

#bf77fb Color Hex

#BF77FB
(191,119,251)
0 Favorites   0 Comments

Color spaces of #bf77fb

RGB 191119251
HSL0.760.940.73
HSV273°53°98°
CMYK 0.240.530.00   0.02
XYZ45.495331.235194.8979
Yxy31.23510.26510.1820
Hunter Lab55.888447.5013-61.5520
CIE-Lab62.705651.8742-55.3427

#bf77fb color RGB value is (191,119,251).

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

The process color (four color CMYK) of #bf77fb color hex is 0.24, 0.53, 0.00, 0.02. Web safe color of #bf77fb is #cc66ff. Color #bf77fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110111 11111011
Octal 277 167 373
Decimal 191 119 251
Hex BF 77 FB

RGB Percentages of Color #bf77fb

%34.05
%21.21
%44.74

CMYK Percentages of Color #bf77fb

%24
%53
%0
%2

Triadic Colors of #bf77fb

#bf77fb #fbbf77 #77fbbf

Analogous Colors of #bf77fb

#bf77fb #fb77f5 #7d77fb

Monochromatic Colors of #bf77fb

#bf77fb

Complementary Color

#bf77fb #b3fb77

#bf77fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf77fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf77fb Color CSS Codes

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

#bf77fb Text Font Color

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

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


#bf77fb Background Color

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

This div background color is #bf77fb


#bf77fb Border Color

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

This div border color is #bf77fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf77fb

Related Colors


Comments

No comments written yet.

Please login to write comment.