Color Hex Logo

#bf6ece Color Hex

#BF6ECE
(191,110,206)
0 Favorites   0 Comments

Color spaces of #bf6ece

RGB 191110206
HSL0.810.490.62
HSV291°47°81°
CMYK 0.070.470.00   0.19
XYZ38.202426.684561.5296
Yxy26.68450.30220.2111
Hunter Lab51.657041.6079-34.4614
CIE-Lab58.681247.0937-36.5896

#bf6ece color RGB value is (191,110,206).

#bf6ece hex color red value is 191, green value is 110 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bf6ece hue: 0.81 , saturation: 0.49 and the lightness value of bf6ece is 0.62.

The process color (four color CMYK) of #bf6ece color hex is 0.07, 0.47, 0.00, 0.19. Web safe color of #bf6ece is #cc66cc. Color #bf6ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101110 11001110
Octal 277 156 316
Decimal 191 110 206
Hex BF 6E CE

RGB Percentages of Color #bf6ece

%37.67
%21.70
%40.63

CMYK Percentages of Color #bf6ece

%7
%47
%0
%19

Triadic Colors of #bf6ece

#bf6ece #cebf6e #6ecebf

Analogous Colors of #bf6ece

#bf6ece #ce6ead #8f6ece

Monochromatic Colors of #bf6ece

#bf6ece

Complementary Color

#bf6ece #7dce6e

#bf6ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6ece Color CSS Codes

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

#bf6ece Text Font Color

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

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


#bf6ece Background Color

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

This div background color is #bf6ece


#bf6ece Border Color

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

This div border color is #bf6ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6ece


Comments

No comments written yet.

Please login to write comment.