Color Hex Logo

#bf7ebe Color Hex

#BF7EBE
(191,126,190)
0 Favorites   0 Comments

Color spaces of #bf7ebe

RGB 191126190
HSL0.840.340.62
HSV301°34°75°
CMYK 0.000.340.01   0.25
XYZ38.241029.715852.4354
Yxy29.71580.31760.2468
Hunter Lab54.512229.8237-18.8726
CIE-Lab61.408235.4633-23.3034

#bf7ebe color RGB value is (191,126,190).

#bf7ebe hex color red value is 191, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bf7ebe hue: 0.84 , saturation: 0.34 and the lightness value of bf7ebe is 0.62.

The process color (four color CMYK) of #bf7ebe color hex is 0.00, 0.34, 0.01, 0.25. Web safe color of #bf7ebe is #cc66cc. Color #bf7ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111110 10111110
Octal 277 176 276
Decimal 191 126 190
Hex BF 7E BE

RGB Percentages of Color #bf7ebe

%37.67
%24.85
%37.48

CMYK Percentages of Color #bf7ebe

%0
%34
%1
%25

Triadic Colors of #bf7ebe

#bf7ebe #bebf7e #7ebebf

Analogous Colors of #bf7ebe

#bf7ebe #bf7e9e #a07ebf

Monochromatic Colors of #bf7ebe

#bf7ebe

Complementary Color

#bf7ebe #7ebf7f

#bf7ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7ebe Color CSS Codes

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

#bf7ebe Text Font Color

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

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


#bf7ebe Background Color

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

This div background color is #bf7ebe


#bf7ebe Border Color

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

This div border color is #bf7ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7ebe


Comments

No comments written yet.

Please login to write comment.