Color Hex Logo

#bf7ff6 Color Hex

#BF7FF6
(191,127,246)
0 Favorites   0 Comments

Color spaces of #bf7ff6

RGB 191127246
HSL0.760.870.73
HSV272°48°96°
CMYK 0.220.480.00   0.04
XYZ45.709832.908991.1317
Yxy32.90890.26930.1939
Hunter Lab57.366341.8389-54.0313
CIE-Lab64.087146.5332-50.3993

#bf7ff6 color RGB value is (191,127,246).

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

The process color (four color CMYK) of #bf7ff6 color hex is 0.22, 0.48, 0.00, 0.04. Web safe color of #bf7ff6 is #cc66ff. Color #bf7ff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111111 11110110
Octal 277 177 366
Decimal 191 127 246
Hex BF 7F F6

RGB Percentages of Color #bf7ff6

%33.87
%22.52
%43.62

CMYK Percentages of Color #bf7ff6

%22
%48
%0
%4

Triadic Colors of #bf7ff6

#bf7ff6 #f6bf7f #7ff6bf

Analogous Colors of #bf7ff6

#bf7ff6 #f67ff2 #847ff6

Monochromatic Colors of #bf7ff6

#bf7ff6

Complementary Color

#bf7ff6 #b6f67f

#bf7ff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7ff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7ff6 Color CSS Codes

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

#bf7ff6 Text Font Color

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

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


#bf7ff6 Background Color

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

This div background color is #bf7ff6


#bf7ff6 Border Color

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

This div border color is #bf7ff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7ff6

#bf7ff6 Color Palettes


Comments

No comments written yet.

Please login to write comment.