Color Hex Logo

#bf7eeb Color Hex

#BF7EEB
(191,126,235)
0 Favorites   0 Comments

Color spaces of #bf7eeb

RGB 191126235
HSL0.770.730.71
HSV276°46°92°
CMYK 0.190.460.00   0.08
XYZ43.942131.996282.4571
Yxy31.99620.27740.2020
Hunter Lab56.565239.6769-46.8335
CIE-Lab63.339744.6382-45.5071

#bf7eeb color RGB value is (191,126,235).

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

The process color (four color CMYK) of #bf7eeb color hex is 0.19, 0.46, 0.00, 0.08. Web safe color of #bf7eeb is #cc66ff. Color #bf7eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111110 11101011
Octal 277 176 353
Decimal 191 126 235
Hex BF 7E EB

RGB Percentages of Color #bf7eeb

%34.60
%22.83
%42.57

CMYK Percentages of Color #bf7eeb

%19
%46
%0
%8

Triadic Colors of #bf7eeb

#bf7eeb #ebbf7e #7eebbf

Analogous Colors of #bf7eeb

#bf7eeb #eb7ee1 #897eeb

Monochromatic Colors of #bf7eeb

#bf7eeb

Complementary Color

#bf7eeb #aaeb7e

#bf7eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7eeb Color CSS Codes

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

#bf7eeb Text Font Color

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

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


#bf7eeb Background Color

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

This div background color is #bf7eeb


#bf7eeb Border Color

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

This div border color is #bf7eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7eeb


Comments

No comments written yet.

Please login to write comment.