Color Hex Logo

#bf7eee Color Hex

#BF7EEE
(191,126,238)
0 Favorites   0 Comments

Color spaces of #bf7eee

RGB 191126238
HSL0.760.770.71
HSV275°47°93°
CMYK 0.200.470.00   0.07
XYZ44.379332.171184.7595
Yxy32.17110.27510.1994
Hunter Lab56.719640.4051-48.8969
CIE-Lab63.484045.2942-46.9395

#bf7eee color RGB value is (191,126,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111110 11101110
Octal 277 176 356
Decimal 191 126 238
Hex BF 7E EE

RGB Percentages of Color #bf7eee

%34.41
%22.70
%42.88

CMYK Percentages of Color #bf7eee

%20
%47
%0
%7

Triadic Colors of #bf7eee

#bf7eee #eebf7e #7eeebf

Analogous Colors of #bf7eee

#bf7eee #ee7ee5 #877eee

Monochromatic Colors of #bf7eee

#bf7eee

Complementary Color

#bf7eee #adee7e

#bf7eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7eee Color CSS Codes

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

#bf7eee Text Font Color

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

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


#bf7eee Background Color

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

This div background color is #bf7eee


#bf7eee Border Color

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

This div border color is #bf7eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7eee


Comments

No comments written yet.

Please login to write comment.