Color Hex Logo

#bf7fee Color Hex

#BF7FEE
(191,127,238)
0 Favorites   0 Comments

Color spaces of #bf7fee

RGB 191127238
HSL0.760.770.72
HSV275°47°93°
CMYK 0.200.470.00   0.07
XYZ44.507832.428284.8024
Yxy32.42820.27520.2005
Hunter Lab56.945839.8574-48.4314
CIE-Lab63.695244.7580-46.6064

#bf7fee color RGB value is (191,127,238).

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

The process color (four color CMYK) of #bf7fee color hex is 0.20, 0.47, 0.00, 0.07. Web safe color of #bf7fee is #cc66ff. Color #bf7fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111111 11101110
Octal 277 177 356
Decimal 191 127 238
Hex BF 7F EE

RGB Percentages of Color #bf7fee

%34.35
%22.84
%42.81

CMYK Percentages of Color #bf7fee

%20
%47
%0
%7

Triadic Colors of #bf7fee

#bf7fee #eebf7f #7feebf

Analogous Colors of #bf7fee

#bf7fee #ee7fe6 #887fee

Monochromatic Colors of #bf7fee

#bf7fee

Complementary Color

#bf7fee #aeee7f

#bf7fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7fee Color CSS Codes

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

#bf7fee Text Font Color

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

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


#bf7fee Background Color

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

This div background color is #bf7fee


#bf7fee Border Color

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

This div border color is #bf7fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7fee


Comments

No comments written yet.

Please login to write comment.