Color Hex Logo

#bf6cdc Color Hex

#BF6CDC
(191,108,220)
0 Favorites   0 Comments

Color spaces of #bf6cdc

RGB 191108220
HSL0.790.620.64
HSV284°51°86°
CMYK 0.130.510.00   0.14
XYZ39.766726.968870.8197
Yxy26.96880.28910.1961
Hunter Lab51.931545.8068-44.5026
CIE-Lab58.945450.9238-44.0689

#bf6cdc color RGB value is (191,108,220).

#bf6cdc hex color red value is 191, green value is 108 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bf6cdc hue: 0.79 , saturation: 0.62 and the lightness value of bf6cdc is 0.64.

The process color (four color CMYK) of #bf6cdc color hex is 0.13, 0.51, 0.00, 0.14. Web safe color of #bf6cdc is #cc66cc. Color #bf6cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101100 11011100
Octal 277 154 334
Decimal 191 108 220
Hex BF 6C DC

RGB Percentages of Color #bf6cdc

%36.80
%20.81
%42.39

CMYK Percentages of Color #bf6cdc

%13
%51
%0
%14

Triadic Colors of #bf6cdc

#bf6cdc #dcbf6c #6cdcbf

Analogous Colors of #bf6cdc

#bf6cdc #dc6cc1 #876cdc

Monochromatic Colors of #bf6cdc

#bf6cdc

Complementary Color

#bf6cdc #89dc6c

#bf6cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6cdc Color CSS Codes

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

#bf6cdc Text Font Color

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

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


#bf6cdc Background Color

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

This div background color is #bf6cdc


#bf6cdc Border Color

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

This div border color is #bf6cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6cdc


Comments

No comments written yet.

Please login to write comment.