Color Hex Logo

#bf77fd Color Hex

#BF77FD
(191,119,253)
0 Favorites   0 Comments

Color spaces of #bf77fd

RGB 191119253
HSL0.760.970.73
HSV272°53°99°
CMYK 0.250.530.00   0.01
XYZ45.812331.361996.5674
Yxy31.36190.26370.1805
Hunter Lab56.001748.0193-63.0365
CIE-Lab62.812052.3220-56.2731

#bf77fd color RGB value is (191,119,253).

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

The process color (four color CMYK) of #bf77fd color hex is 0.25, 0.53, 0.00, 0.01. Web safe color of #bf77fd is #cc66ff. Color #bf77fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110111 11111101
Octal 277 167 375
Decimal 191 119 253
Hex BF 77 FD

RGB Percentages of Color #bf77fd

%33.93
%21.14
%44.94

CMYK Percentages of Color #bf77fd

%25
%53
%0
%1

Triadic Colors of #bf77fd

#bf77fd #fdbf77 #77fdbf

Analogous Colors of #bf77fd

#bf77fd #fd77f8 #7c77fd

Monochromatic Colors of #bf77fd

#bf77fd

Complementary Color

#bf77fd #b5fd77

#bf77fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf77fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf77fd Color CSS Codes

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

#bf77fd Text Font Color

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

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


#bf77fd Background Color

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

This div background color is #bf77fd


#bf77fd Border Color

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

This div border color is #bf77fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf77fd


Comments

No comments written yet.

Please login to write comment.