Color Hex Logo

#bf6dce Color Hex

#BF6DCE
(191,109,206)
0 Favorites   0 Comments

Color spaces of #bf6dce

RGB 191109206
HSL0.810.500.62
HSV291°47°81°
CMYK 0.070.470.00   0.19
XYZ38.095126.469961.4939
Yxy26.46990.30220.2100
Hunter Lab51.448942.1339-34.8517
CIE-Lab58.480447.6132-36.9037

#bf6dce color RGB value is (191,109,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101101 11001110
Octal 277 155 316
Decimal 191 109 206
Hex BF 6D CE

RGB Percentages of Color #bf6dce

%37.75
%21.54
%40.71

CMYK Percentages of Color #bf6dce

%7
%47
%0
%19

Triadic Colors of #bf6dce

#bf6dce #cebf6d #6dcebf

Analogous Colors of #bf6dce

#bf6dce #ce6dad #8f6dce

Monochromatic Colors of #bf6dce

#bf6dce

Complementary Color

#bf6dce #7cce6d

#bf6dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6dce Color CSS Codes

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

#bf6dce Text Font Color

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

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


#bf6dce Background Color

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

This div background color is #bf6dce


#bf6dce Border Color

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

This div border color is #bf6dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6dce


Comments

No comments written yet.

Please login to write comment.