Color Hex Logo

#bf6dcb Color Hex

#BF6DCB
(191,109,203)
0 Favorites   0 Comments

Color spaces of #bf6dcb

RGB 191109203
HSL0.810.470.61
HSV292°46°80°
CMYK 0.060.460.00   0.20
XYZ37.734026.325459.5924
Yxy26.32540.30520.2129
Hunter Lab51.308341.4860-32.9470
CIE-Lab58.344647.0299-35.4159

#bf6dcb color RGB value is (191,109,203).

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

The process color (four color CMYK) of #bf6dcb color hex is 0.06, 0.46, 0.00, 0.20. Web safe color of #bf6dcb is #cc66cc. Color #bf6dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101101 11001011
Octal 277 155 313
Decimal 191 109 203
Hex BF 6D CB

RGB Percentages of Color #bf6dcb

%37.97
%21.67
%40.36

CMYK Percentages of Color #bf6dcb

%6
%46
%0
%20

Triadic Colors of #bf6dcb

#bf6dcb #cbbf6d #6dcbbf

Analogous Colors of #bf6dcb

#bf6dcb #cb6da8 #906dcb

Monochromatic Colors of #bf6dcb

#bf6dcb

Complementary Color

#bf6dcb #79cb6d

#bf6dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6dcb Color CSS Codes

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

#bf6dcb Text Font Color

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

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


#bf6dcb Background Color

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

This div background color is #bf6dcb


#bf6dcb Border Color

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

This div border color is #bf6dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6dcb


Comments

No comments written yet.

Please login to write comment.